Skip to content

Commit

Permalink
Update actualizer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ratajs authored Oct 23, 2017
1 parent 1069c33 commit e0e6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actualizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
else {
var act = window.location.href;
};
if(meth==get) {
if(meth=="get") {
act+= "?";
target.find(':input[name]').each(function() {
act+= $(this).attr('name') + "=" + $(this).val() + "&";
Expand Down

0 comments on commit e0e6ce4

Please sign in to comment.