2
0
forked from Wavyzz/dolibarr

FIX #5746 chrome php

Try a fix. Not sure it solved all problems reported
This commit is contained in:
Laurent Destailleur
2016-10-01 17:27:52 +02:00
parent b45ea754ec
commit 521008a698
2 changed files with 10 additions and 3 deletions

View File

@@ -5365,7 +5365,7 @@ function printCommonFooter($zone='private')
print '<!-- If page_y set, we set scollbar with it -->'."\n";
print "page_y=getParameterByName('page_y', 0);";
print "if (page_y > 0) $('html, body').scrollTop(page_y);";
print "if (page_y > 0) $('html, body').scrollTop(page_y);\n";
print '<!-- Set handler to add page_y param on some a href links -->'."\n";
print 'jQuery(".reposition").click(function() {