diff kallithea/templates/files/files.html @ 4387:e271a8766951

javascript: replace YUE.onDOMReady with $(document).ready Different execution order of YUE.onDOMReady and $(document).ready makes it hard to do gradually.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 19:22:01 +0200
parents 432e86d1e555
children 43cafe348c9a
line wrap: on
line diff
--- a/kallithea/templates/files/files.html	Fri Jul 18 19:22:01 2014 +0200
+++ b/kallithea/templates/files/files.html	Fri Jul 18 19:22:01 2014 +0200
@@ -197,7 +197,7 @@
     })
 }
 
-YUE.onDOMReady(function(){
+$(document).ready(function(){
     ypjax_links();
     var container = 'files_data';
     //Bind to StateChange Event