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:
parent
8a8dacb0e4
commit
404c4fb2e1
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@
|
|||
},
|
||||
|
||||
toggleStaticPage: function (e) {
|
||||
e.preventDefault();
|
||||
var pageEl = $(e.currentTarget),
|
||||
page = this.model ? !this.model.get('page') : false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue