";
}
} else {
- // OK, the page is now locked to us. Put in the AJAX for keeping the lock
- $strlockcancelled=get_string('lockcancelled','wiki');
- $strnojslockwarning=get_string('nojslockwarning','wiki');
- $intervalms=WIKI_LOCK_RECONFIRM*1000;
- print "
+ if (ajaxenabled()) {
+ // OK, the page is now locked to us. Put in the AJAX for keeping the lock
+ $strlockcancelled=get_string('lockcancelled','wiki');
+ $strnojslockwarning=get_string('nojslockwarning','wiki');
+ $intervalms=WIKI_LOCK_RECONFIRM*1000;
+ print "
<script type='text/javascript'>
var intervalID;
function handleResponse(o) {
$strnojslockwarning
</p></noscript>
";
+ }
// Print editor etc
print $content;
}