corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 36  →  ?path2? @ 37
/base/000_base/js/wm/wm.js
@@ -1,8 +1,7 @@
// Load the window manager desktop icons.
function loadWindowManagerIcons(path) {
// Search and load all nucleons.
$.get(path, function(data) {
var nucleons = wasCSVToArray(data);
$.get(path, function(nucleons) {
var x = 0, y = 0;
$.each(nucleons, function(index, value) {
// Skip files starting with full stop (POSIX).