ticket:215
This commit is contained in:
parent
767f5eee31
commit
f2c5ff813f
|
@ -18,6 +18,9 @@
|
||||||
} ,error:function(data){}});
|
} ,error:function(data){}});
|
||||||
});
|
});
|
||||||
function event(where){
|
function event(where){
|
||||||
|
/* Hotfix Ticket: 215*/
|
||||||
|
$(where+' img').each(function(){ $(this).attr('src',$(this).attr('src')+ '?' + (new Date()).getTime()); });
|
||||||
|
|
||||||
$("#alert .alert").alert();
|
$("#alert .alert").alert();
|
||||||
|
|
||||||
$(where+'.dropdown-toggle').dropdown();
|
$(where+'.dropdown-toggle').dropdown();
|
||||||
|
|
Loading…
Reference in New Issue