From: <var...@us...> - 2015-04-01 16:26:36
|
Revision: 9639 http://sourceforge.net/p/phpwiki/code/9639 Author: vargenau Date: 2015-04-01 16:26:34 +0000 (Wed, 01 Apr 2015) Log Message: ----------- sortables_init no longer exists (was in sortable.js) Modified Paths: -------------- trunk/themes/default/wikicommon.js Modified: trunk/themes/default/wikicommon.js =================================================================== --- trunk/themes/default/wikicommon.js 2015-04-01 14:33:34 UTC (rev 9638) +++ trunk/themes/default/wikicommon.js 2015-04-01 16:26:34 UTC (rev 9639) @@ -125,8 +125,6 @@ // might cause the function to terminate prematurely doneOnloadHook = true; - sortables_init(); - // Run any added-on functions for (var i = 0; i < onloadFuncts.length; i++) { onloadFuncts[i](); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |