Skip to content

Commit

Permalink
Dev: Fix for not activating plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 17, 2016
1 parent 06dd988 commit cc4e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/pluginmanager/index.php
Expand Up @@ -150,7 +150,7 @@
for(var i in formData){
shadowForm.append('<input name="'+formData[i]['name']+'" value="'+formData[i]['value']+'" />');
}
shadowForm.submit();
shadowForm.css({width: '1px', height: '1px', 'overflow': 'hidden'}).appendTo('body').submit();
});
};
jQuery(function($) {
Expand Down

1 comment on commit cc4e9cf

@LouisGac
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.