ソースを参照

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
     // This activates the Typeahead function in the search  
132
     // This activates the Typeahead function in the search  
133
     $('.typeahead').typeahead();
133
     $('.typeahead').typeahead();
134
     
134
     
135
-    // This activates the alerts
136
-    $('.alert').alert('.close');
137
-    
138
-      
139
-
140
     // Acordion - remove the first in the list as it is duplication.
135
     // Acordion - remove the first in the list as it is duplication.
141
     var n = $('.accordion dt').length;
136
     var n = $('.accordion dt').length;
142
     if (n > 1) {
137
     if (n > 1) {

読み込み中…
キャンセル
保存