move to evented mustache system
This commit is contained in:
@@ -10,11 +10,5 @@
|
||||
th.currency= t('supplier.active_lists.price')
|
||||
th.actions
|
||||
tbody
|
||||
- content_for :footer do
|
||||
javascript:
|
||||
var active_lists_interval;
|
||||
jQuery(function(){
|
||||
Qsupplier.load_active_lists()
|
||||
active_lists_interval = setInterval('Qsupplier.load_active_lists()', 7500);
|
||||
});
|
||||
script#active-list-template[type="text/html"]= render 'active_list.mustache'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user