浏览代码

Removed unnecessary JS - the event binding seemed to happen somewhere

else
master
David Winterbottom 13 年前
父节点
当前提交
024280f09a
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      oscar/static/oscar/js/oscar/ui.js

+ 0
- 5
oscar/static/oscar/js/oscar/ui.js 查看文件

@@ -132,11 +132,6 @@ $(document).ready(function()
132 132
     // This activates the Typeahead function in the search  
133 133
     $('.typeahead').typeahead();
134 134
     
135
-    // This activates the alerts
136
-    $('.alert').alert('.close');
137
-    
138
-      
139
-
140 135
     // Acordion - remove the first in the list as it is duplication.
141 136
     var n = $('.accordion dt').length;
142 137
     if (n > 1) {

正在加载...
取消
保存