ticket:215

This commit is contained in:
Martin Müller 2014-04-22 15:15:32 +02:00
parent 767f5eee31
commit f2c5ff813f
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
} ,error:function(data){}});
});
function event(where){
/* Hotfix Ticket: 215*/
$(where+' img').each(function(){ $(this).attr('src',$(this).attr('src')+ '?' + (new Date()).getTime()); });
$("#alert .alert").alert();
$(where+'.dropdown-toggle').dropdown();