mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
removes unused context binding from Discourse.Lightbox
This commit is contained in:
parent
fee2734aaa
commit
b4a6a5e841
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
**/
|
||||
Discourse.Lightbox = {
|
||||
apply: function($elem) {
|
||||
var _this = this;
|
||||
$LAB.script("/javascripts/jquery.magnific-popup-min.js").wait(function() {
|
||||
$('a.lightbox', $elem).each(function(i, e) {
|
||||
$(e).magnificPopup({ type: 'image', closeOnContentClick: true });
|
||||
|
|
Loading…
Reference in a new issue