Commit 06798195 authored by Ivan Tyagov's avatar Ivan Tyagov

A more generic ERP5.js. Enable XHTML style loading in a separate file (for ERP5 based UI).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42385 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da671069
...@@ -341,9 +341,7 @@ var rewriteIndentedSelect = function() {\n ...@@ -341,9 +341,7 @@ var rewriteIndentedSelect = function() {\n
}\n }\n
}\n }\n
\n \n
var fixLeftRightHeightAndFocusOnLoad = function () {\n \n
fixLeftRightHeightAndFocus(1);\n
};\n
\n \n
if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n
$(document).ready(rewriteIndentedSelect);\n $(document).ready(rewriteIndentedSelect);\n
...@@ -351,7 +349,7 @@ if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n ...@@ -351,7 +349,7 @@ if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n
$(document).ready(resizeIFrameOnLoad);\n $(document).ready(resizeIFrameOnLoad);\n
$(document).ready(addOnChangeEventHandler);\n $(document).ready(addOnChangeEventHandler);\n
$(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);\n $(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);\n
$(document).ready(fixLeftRightHeightAndFocusOnLoad);
]]></string> </value> ]]></string> </value>
</item> </item>
......
...@@ -50,7 +50,7 @@ var fixLeftRightHeightAndFocusOnLoad = function () {\n ...@@ -50,7 +50,7 @@ var fixLeftRightHeightAndFocusOnLoad = function () {\n
fixLeftRightHeightAndFocus(1);\n fixLeftRightHeightAndFocus(1);\n
};\n };\n
\n \n
addLoadEvent(fixLeftRightHeightAndFocusOnLoad);\n $(document).ready(fixLeftRightHeightAndFocusOnLoad);\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
4 5
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment