Right-Click Warning in Easy Customizer squashed by Bottom JavaScript changes

darryldarryl Registered Users Posts: 997 Major grins
edited October 28, 2009 in Bug Reporting
It looks like if you have anything in Bottom Javascript under Advanced Customization (like the Download Button, for instance), that this overrides any future changes to the Right-Click Warning.

The problem is this:
- Change right-click text in Easy Customizer
- Change Bottom Javascript in Advanced Customization to include some code
- Change right-click text again in Easy Customizer

Expected behavior:
- Right-click text should change

Actual behavior:
- Right-click text does not change until I add the rightClickWarning variable to Bottom Javascript with the desired changes.

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited October 16, 2009
    We'll look into it Darryl. Give Doc till Monday thanks. We've been rather swamped the last day or so.
  • docwalkerdocwalker Registered Users Posts: 1,867 SmugMug Employee
    edited October 17, 2009
    Thanks Darryl. Bug report created.
    SmugMug Support Hero
    http://help.smugmug.com
  • RobinivichRobinivich Registered Users Posts: 438 Major grins
    edited October 28, 2009
    Any progress on this one? I really want to change that message, but I don't want to break my galleries page to do it.

    Is there any workaround code I could put in there to accomplish the same thing as the easy customizer does?
  • darryldarryl Registered Users Posts: 997 Major grins
    edited October 28, 2009
    Robinivich wrote:
    Any progress on this one? I really want to change that message, but I don't want to break my galleries page to do it.

    Is there any workaround code I could put in there to accomplish the same thing as the easy customizer does?

    Sorry I wasn't clearer. Workaround is pretty painless:

    Add to your Bottom JavaScript:
    rightClickWarning = "Please don't copy me!" ;
    
Sign In or Register to comment.