mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
fixed unterminated JS statement
This commit is contained in:
parent
b0084715a7
commit
bb77ae2640
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function add_tag_footer_link(eid, ltitle, laction, ltext) {
|
||||||
link.appendChild(document.createTextNode(ltext));
|
link.appendChild(document.createTextNode(ltext));
|
||||||
var callback = function () {
|
var callback = function () {
|
||||||
ctags_show_div(laction);
|
ctags_show_div(laction);
|
||||||
}
|
};
|
||||||
YAHOO.util.Event.addListener(link, 'click', callback);
|
YAHOO.util.Event.addListener(link, 'click', callback);
|
||||||
if (e.childNodes.length > 0) {
|
if (e.childNodes.length > 0) {
|
||||||
e.appendChild(document.createTextNode(' | '));
|
e.appendChild(document.createTextNode(' | '));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue