change old addEvent method call by .on()
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<script type="text/javascript">
|
||||
var mapId = '${mindmap.id}';
|
||||
|
||||
$(document).addEvent('loadcomplete', function (resource) {
|
||||
$(document).on('loadcomplete', function (resource) {
|
||||
|
||||
// Configure designer options ...
|
||||
var options = loadDesignerOptions();
|
||||
|
Reference in New Issue
Block a user