Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
fixup! data-src alias for data-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed May 1, 2020
1 parent ecf52d8 commit 0a3d211
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ var Lightbox = (function ($) {
key: 'Default',

/**
Class properties:
_$element: null -> the <a> element currently being displayed
Class properties:
_$element: null -> the <a> element currently being displayed
_$modal: The bootstrap modal generated
_$modalDialog: The .modal-dialog
_$modalContent: The .modal-content
Expand All @@ -60,13 +60,13 @@ var Lightbox = (function ($) {
_$lightboxContainerTwo: Container of the second lightbox element
_$lightboxBody: First element in the container
_$modalArrows: The overlayed arrows container
_$galleryItems: Other <a>'s available for this gallery
_$galleryItems: Other <a>'s available for this gallery
_galleryName: Name of the current data('gallery') showing
_galleryIndex: The current index of the _$galleryItems being shown
_config: {} the options for the modal
_config: {} the options for the modal
_modalId: unique id for the current lightbox
_padding / _border: CSS properties for the modal container; these are used to calculate the available space for the content
*/
*/

get: function get() {
return Default;
Expand Down Expand Up @@ -507,7 +507,7 @@ var Lightbox = (function ($) {
// local ajax can be loaded into the container itself
if (!disableExternalCheck && !this._isExternal(url)) {
$containerForElement.load(url, $.proxy(function () {
return _this3._$element.trigger('loaded.bs.modal');l;
return _this3._$element.trigger('loaded.bs.modal');
}));
} else {
$containerForElement.html('<iframe src="' + url + '" frameborder="0" allowfullscreen></iframe>');
Expand Down
2 changes: 1 addition & 1 deletion dist/ekko-lightbox.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ekko-lightbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ekko-lightbox.min.js.map

Large diffs are not rendered by default.

0 comments on commit 0a3d211

Please sign in to comment.