was.wm.js – Diff between revs 9 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 9 Rev 10
Line 67... Line 67...
67 }); 67 });
68 }); 68 });
69 } 69 }
Line 70... Line 70...
70   70  
71 // Open a window manager window. 71 // Open a window manager window.
72 static openWindowManagerWindow(nucleon, file) { 72 openWindowManagerWindow(nucleon, file) {
73 // If the nucleon already exists, then do not append the content again. 73 // If the nucleon already exists, then do not append the content again.
74 if($('#' + nucleon).length) { 74 if($('#' + nucleon).length) {
75 return; 75 return;