Merge with 93c33daf6e56570ad60bf6ea93f1fc8dadbdd010
authorrougeronj
Wed, 10 Dec 2014 11:54:07 +0100
changeset 391 f174999faf36
parent 390 78ca9191e2ee (current diff)
parent 383 93c33daf6e56 (diff)
child 392 0dd3dbb9ca00
Merge with 93c33daf6e56570ad60bf6ea93f1fc8dadbdd010
--- a/.hgtags	Wed Dec 10 11:47:41 2014 +0100
+++ b/.hgtags	Wed Dec 10 11:54:07 2014 +0100
@@ -78,3 +78,4 @@
 a1b85604132c732e2cac932972efd5c85df008ed V03.00-alpha.01
 7f0540d0436ac9894a8f07efe57667b60e4f4297 V03.00-alpha.02
 c7ede051639b6a5885c029e0981536acb945f5bb V03.00-alpha.03
+33c56d7137045797bc199c3fbde69f9d7b12de80 V03.00-alpha.04
--- a/src/hdalab/__init__.py	Wed Dec 10 11:47:41 2014 +0100
+++ b/src/hdalab/__init__.py	Wed Dec 10 11:54:07 2014 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-VERSION = (3, 0, 0, "alpha", 3)
+VERSION = (3, 0, 0, "alpha", 4)
 
 
 def get_version():
--- a/src/hdalab/static/hdalab/js/cattree.js	Wed Dec 10 11:47:41 2014 +0100
+++ b/src/hdalab/static/hdalab/js/cattree.js	Wed Dec 10 11:54:07 2014 +0100
@@ -37,7 +37,7 @@
             gettree(ui.item.value);
         }
     })
-    .data("autocomplete")._renderItem = function(ul, item) {
+    .data("ui-autocomplete")._renderItem = function(ul, item) {
         return $( "<li></li>" )
             .data( "item.autocomplete", item )
             .append(