Displaying 1 result from an estimated 1 matches for "javascripterror".
Did you mean:
javascriptero
2006 Dec 17
0
unterminated string literal
...useover => update_daytraining(training)) %>
ApplicationHelper has a method like this:
def update_daytraining(training)
update_page do |page|
page.insert_html :bottom, ''daytaining'',
"<br>Test:#{training.date}</br>"
end
end
I get now following javascripterror :
Error: unterminated string literal
} catch (e) { alert(''RJS error:
Source Code is:
<div onmouseover="try { new Insertion.Bottom("daytaining", "
Test:2006-12-07"); } catch (e) { alert(''RJS error: '' + e.toString());
alert(''new Inserti...