minor changes

This commit is contained in:
coderaiser 2013-03-07 09:56:47 -05:00
parent d57cf97b69
commit e4be9cf11b
2 changed files with 2 additions and 1 deletions

View file

@ -304,6 +304,7 @@
}
function noJSTMPRedirection(pParams){
Util.log(lPath);
var MOVED_PERMANENTLY = 301,
lPath = Util.removeStr(pParams.name, 'no-js/');

View file

@ -14,6 +14,6 @@
"socket" : true,
"port" : 80,
"ip" : null,
"ssl" : true,
"ssl" : false,
"rest" : true
}