Skip to content

Commit

Permalink
Allow initializing of plugin by other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 24, 2016
1 parent 6780c85 commit 16da482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickfield/resources/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
FLDinit.apply(this, arguments);

if(this.$container.is('#fieldlayoutform'))
if(this.$container.is('#fieldlayoutform') || this.$container.is('.quick-field'))
{
new QuickField(this);
}
Expand Down

0 comments on commit 16da482

Please sign in to comment.