From e3502ab2032e5b0a9e9ba2b3133fa2438d33c8fd Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 2 Sep 2012 08:57:13 +0000 Subject: [PATCH] * adjust comment format for onlybody feature. --- www/js/my.full.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';