was.wm.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 7
/trunk/lib/wm.js
@@ -9,8 +9,8 @@
states = JSON.parse(cookie);
}
$.each(nucleons, function(index, file) {
// Skip files starting with full stop (POSIX).
if (/^\./.test(file)) {
// Only consider HTML files.
if (!/\.html$/.test(file)) {
return;
}
$.get(path + '/' + file, function(data) {