Thanks for filling my feature request! This fits the "Simple" ethos perfectly.
Btw. looks like Aloha is transitioning from ExtJS to jQuery UI.
Does anyone know where we could get a minified version of aloha.js that works? I tried minifying it with http://jscompress.com/ but it resulted in errors.
And with http://closure-compiler.appspot.com/home it didn't compile and gave these:
speak.js in aloha\plugins\extra\speak\lib would of course need to be minified..
Btw. looks like Aloha is transitioning from ExtJS to jQuery UI.
Does anyone know where we could get a minified version of aloha.js that works? I tried minifying it with http://jscompress.com/ but it resulted in errors.
And with http://closure-compiler.appspot.com/home it didn't compile and gave these:
Quote:JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 79216 character 1
] ).forEach(function(command) {
^
JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all. at line 88971 character 1
],
^
speak.js in aloha\plugins\extra\speak\lib would of course need to be minified..