major updates to slice reservation page and plugins
[myslice.git] / ui / templates / messages-transient-header.html
index 151ab1c..2c2495c 100644 (file)
@@ -1,7 +1,7 @@
-<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.js" type="text/javascript"></script>
+<!--<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.js" type="text/javascript"></script>-->
 <!-- <script type="text/javascript">{{ STATIC_URL }}js/ui.widget.js</script> -->
-<script src="{{ STATIC_URL }}js/jquery.notify.js" type="text/javascript"></script>
-<link rel='stylesheet' href='{{ STATIC_URL }}css/ui.notify.css' type='text/css' />
+<!--<script src="{{ STATIC_URL }}js/jquery.notify.js" type="text/javascript"></script>-->
+<!--<link rel='stylesheet' href='{{ STATIC_URL }}css/ui.notify.css' type='text/css' />-->
 
 <script type="text/javascript">
 function create( template, vars, opts ){
@@ -13,7 +13,9 @@ $(function(){
        // the defaults will apply to any notification created within this
        // container, but can be overwritten on notification-by-notification
        // basis.
-       $container = $("#notifications").notify();
+
+       // XXX disabled since jquery ui conflicts with bootstrap!
+       //$container = $("#notifications").notify();
        
        // create two when the pg loads
        //create("default", { title:'Default Notification', text:'Example of a default notification.  I will fade out after 5 seconds'});