0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Allow user to set static page before saving

fixes #1350
- jQuery event.preventDefault() stops the user from selecting the checkbox
This commit is contained in:
Tony Gaskell 2013-10-30 02:33:58 -10:00
parent 8a8dacb0e4
commit 404c4fb2e1

View file

@ -150,7 +150,6 @@
},
toggleStaticPage: function (e) {
e.preventDefault();
var pageEl = $(e.currentTarget),
page = this.model ? !this.model.get('page') : false;