Skip to content

Commit

Permalink
Fix sync issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Aug 6, 2016
1 parent 2acc7c4 commit 38bf9bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/admin/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class="btn btn-primary"
function sync() {
$('#previewBody').val($('#bodyField').val());
$('#previewForm').submit();
outOfSync = false;
update = false;
setTimeout(function () {
update = true;
Expand Down

0 comments on commit 38bf9bc

Please sign in to comment.