Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon Yohannes 58 posts 188 karma points
    Oct 04, 2010 @ 11:21
    Simon Yohannes
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies