How do I just SAVE a jsFiddle and not get a new version
Solution 1:
When you log into JsFiddle, you'll get a Set as Base button, which will make the revision you're working on the base version - think of it as an alias for john/7hd62/12/ -> john/7hd62/.
Solution 2:
I ran into an issue where set as base would not save my work. The solution was to:
- make a change.
- Update to get a new version.
- Set as Base.
Hope that helps
Solution 3:
I always use Update to save and create a new revision.
I haven't seen the button Save... maybe it is so that we can't Save to a version, but always need to Update to a new version, so everybody can look at the same code at a certain version.