Skip to content

Commit

Permalink
Fix mrvautin#96 - Bug refreshing page when not needed and losing chan…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
Mark Moffat committed Oct 18, 2016
1 parent 4fd05ec commit 33cec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/openKB.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ $(document).ready(function(){
data: {'permalink': $('#frm_kb_permalink').val(), 'doc_id': $('#frm_kb_id').val()}
})
.done(function(msg){
show_notification(msg, 'success', true);
show_notification(msg, 'success');
})
.fail(function(msg){
show_notification(msg.responseText, 'danger');
Expand Down

0 comments on commit 33cec27

Please sign in to comment.