Skip to content

Commit

Permalink
Merge pull request #322 from Hellowlol/fixreload
Browse files Browse the repository at this point in the history
possible fix for settings reload
  • Loading branch information
styxit committed Dec 30, 2014
2 parents e6de7ab + 8753c10 commit 326eb89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion interfaces/default/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,12 @@ $(document).ready(function () {
notify('myPlex', data, 'info');
});
}

})
.done(function () {
window.location.reload(true);
});
window.location.reload(true);

});
$(":reset").click(function (e) {
e.preventDefault();
Expand Down

0 comments on commit 326eb89

Please sign in to comment.