Skip to content

Commit

Permalink
Resampling the template area element, since jQuery functionality may …
Browse files Browse the repository at this point in the history
…to be replaced. Fixed #924.
  • Loading branch information
kobizz committed Nov 27, 2016
1 parent 393892c commit 9c082fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dev/js/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
self.cache.$formAnchor.after( self.cache.$importArea );

$importButton.on( 'click', function() {
$importArea.toggle();
$( '#elementor-import-template-area' ).toggle();
} );
},

Expand Down

0 comments on commit 9c082fe

Please sign in to comment.