diff --git a/www/js/my.full.js b/www/js/my.full.js index 9fb08c3e25..f128b29108 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -77,7 +77,7 @@ function createLink(moduleName, methodName, vars, viewType) if(vars) for(i = 0; i < vars.length; i ++) link += '&' + vars[i][0] + '=' + vars[i][1]; } - //if page has onlybody param then add this param in all link. the param hide header and footer. + /* if page has onlybody param then add this param in all link. the param hide header and footer. */ if(onlybody == 'yes') { var onlybody = config.requestType == 'PATH_INFO' ? "?onlybody=yes" : '&onlybody=yes';