Use event listener on submit for check save
This commit is contained in:
parent
d459d54271
commit
7994bda7b5
@ -1035,6 +1035,10 @@ $(function() {
|
||||
serendipity.serendipity_imageSelector_done();
|
||||
});
|
||||
|
||||
$('#serendipityEntry').submit(function() {
|
||||
return serendipity.checkSave();
|
||||
});
|
||||
|
||||
// Click events
|
||||
//
|
||||
// Make the timestamp readable in browser not supporting datetime-local.
|
||||
|
Loading…
x
Reference in New Issue
Block a user