js error fixed when messages
[myslice.git] / ui / templates / messages-transient-header.html
index 2c2495c..3bcacc9 100644 (file)
@@ -4,6 +4,9 @@
 <!--<link rel='stylesheet' href='{{ STATIC_URL }}css/ui.notify.css' type='text/css' />-->
 
 <script type="text/javascript">
+// XXX disabled since jquery ui conflicts with bootstrap!
+
+/*
 function create( template, vars, opts ){
        return $container.notify("create", template, vars, opts);
 }
@@ -14,7 +17,6 @@ $(function(){
        // container, but can be overwritten on notification-by-notification
        // basis.
 
-       // XXX disabled since jquery ui conflicts with bootstrap!
        //$container = $("#notifications").notify();
        
        // create two when the pg loads
@@ -37,4 +39,5 @@ $(function(){
 
 
 });
+*/
 </script>