mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 02:56:17 +02:00
Move app.js to serv/app.js
This commit is contained in:
@@ -12,4 +12,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
var randomize = function(id) {
|
||||
var list = document.getElementById(id);
|
||||
for(var i = list.children.length; i > -1; i--) {
|
||||
list.appendChild(list.children[Math.random() * i | 0]);
|
||||
}
|
||||
}
|
||||
|
||||
})(window, document);
|
Reference in New Issue
Block a user