Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
go to /umbraco/editContent.aspx
change the doSubmit() handler so that this line:
document.getElementById("TabView1_tab01layer_save").click();
looks like this:
document.getElementById("body_TabView1_tab01layer_save").click();
i noticed this when i upgraded to 4.5.2
Si
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
if your ctrl+s save shortcut is broken in content pane
go to /umbraco/editContent.aspx
change the doSubmit() handler so that this line:
document.getElementById("TabView1_tab01layer_save").click();
looks like this:
document.getElementById("body_TabView1_tab01layer_save").click();
i noticed this when i upgraded to 4.5.2
Si
is working on a reply...