Skip to content

Commit

Permalink
Merge pull request #56 from ShinobiCCTV/dev
Browse files Browse the repository at this point in the history
fix saving Shinobi Links
  • Loading branch information
moeiscool committed Mar 14, 2018
2 parents a1590fd + 06c7008 commit 8af5066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/js/main.dash2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3585,8 +3585,8 @@ $.sM.reDrawMonGroups=function(){
$.sM.f.submit(function(e){
e.preventDefault();
$.sM.writewMonGroups()
e.e=$(this),e.s=e.e.serializeObject();
$.sM.linkChange()
e.e=$(this),e.s=e.e.serializeObject();
e.er=[];
if(e.s.pass!==''&&e.password_again===e.s.pass){e.er.push("<%-lang["Passwords don't match"]%>")};
if(e.er.length>0){$.sM.e.find('.msg').html(e.er.join('<br>'));return;}
Expand Down

0 comments on commit 8af5066

Please sign in to comment.