Removed part of url thet says that js is disabled ("no-js")

This commit is contained in:
coderaiser 2013-02-19 05:33:19 -05:00
parent 307c22173e
commit d8a053f670
8 changed files with 42 additions and 59 deletions

View file

@ -192,8 +192,8 @@
lRet = main.sendFile( pParams );
}
else if( Util.isContainStr(p.name, FS) || Util.strCmp( p.name, '/') ){
//if( !main.getQuery(p.request) )
//p.request.url += '?html';
if( !main.getQuery(p.request) )
p.request.url += '?html';
var lName = Minify.allowed.html ?
Minify.getName(INDEX) : INDEX;