corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 42  →  ?path2? @ 41
/base/000_base/js/wm/wm.js
@@ -150,6 +150,9 @@
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')
@@ -198,6 +201,9 @@
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')