corrade-nucleus-nucleons

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