Javascript takes over the edit order view in admin
-
When trying to edit a order in Chrome, everything loads fine until the page is loaded. That’s when the whole page gets covered by javascript in array:
[
“<script type=”text/javascript”>”,
” document.body.className = document.body.className.replace(‘no-js’,’js’);”,
“</script>”,
“”,
” <!–[if lte IE 8]>”,…
” disabled = is_locked ? ‘ disabled=”true”‘ : ”,”,
{ }
]This happens only in Chrome, how can it be fixed?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Javascript takes over the edit order view in admin’ is closed to new replies.