mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-8544 Fixed wiki locking require_js usage
This commit is contained in:
parent
0813712fb8
commit
434170fe71
@ -449,7 +449,7 @@
|
||||
}
|
||||
} else {
|
||||
// OK, the page is now locked to us. Put in the AJAX for keeping the lock
|
||||
require_js(array('yui_yahoo','yui_connection'));
|
||||
print require_js(array('yui_yahoo','yui_connection'));
|
||||
$strlockcancelled=get_string('lockcancelled','wiki');
|
||||
$strnojslockwarning=get_string('nojslockwarning','wiki');
|
||||
$intervalms=WIKI_LOCK_RECONFIRM*1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user