was.wm.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/trunk/lib/wm.js
@@ -69,7 +69,7 @@
}
 
// Open a window manager window.
static openWindowManagerWindow(nucleon, file) {
openWindowManagerWindow(nucleon, file) {
// If the nucleon already exists, then do not append the content again.
if($('#' + nucleon).length) {
return;