corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 41  →  ?path2? @ 42
/base/000_base/js/wm/wm.js
@@ -150,9 +150,6 @@
states = JSON.parse(cookie);
$('.window-manager-window').each(function(i, wm) {
if(typeof $(wm).data('target') === 'undefined')
return;
states[$(wm).data('target')] = {
x: $(wm).data('x'),
y: $(wm).data('y')
@@ -201,9 +198,6 @@
states = JSON.parse(cookie);
$('.window-manager-icon').each(function(i, wm) {
if(typeof $(wm).data('target') === 'undefined')
return;
states[$(wm).data('target')] = {
x: $(wm).data('x'),
y: $(wm).data('y')