Start migration to Mootools 1.3.1
This commit is contained in:
@@ -17,27 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
function afterCoreLoading()
|
||||
{
|
||||
|
||||
// Uncomment for debug ...
|
||||
$import("../js/mindplot.svg.js");
|
||||
|
||||
// $import("../js/mindplot.svg-min.js");
|
||||
|
||||
};
|
||||
afterCoreLoading();
|
||||
|
||||
|
||||
|
||||
/*Extend mootools known keys*/
|
||||
ExtendedKeys = {
|
||||
'insert': 45,
|
||||
'f2':113,
|
||||
'ctrl-enter':17
|
||||
};
|
||||
|
||||
$extend(Event.keys, ExtendedKeys);
|
||||
$import("../js/mindplot.svg.js");
|
||||
|
||||
var designer = null;
|
||||
/* JavaScript tabs changer */
|
||||
@@ -684,4 +664,4 @@ function buildPanel(buttonElemId, elemLinksContainer, elemLinkIds, updateFunctio
|
||||
var elementId = elemLinkIds[i];
|
||||
$(elementId).addEvent('click', fontOnClick.bind($(elementId)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user