fix margins of static icon lists
This commit is contained in:
parent
4d13b8444b
commit
2698bec700
5 changed files with 24 additions and 14 deletions
|
|
@ -80,7 +80,7 @@ Ox = {
|
|||
function loadScript(script, callback) {
|
||||
var element = document.createElement('script');
|
||||
element.onload = callback;
|
||||
element.src = path + script + '?' + parseInt(Math.random(1000000));
|
||||
element.src = path + script + '?' + parseInt(Math.random() * 1000000);
|
||||
element.type = 'text/javascript';
|
||||
document.getElementsByTagName('head')[0].appendChild(element);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue