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

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
fixes #94
  • Loading branch information
ashleydw committed Feb 23, 2015
1 parent 9c62629 commit aa12592
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function (grunt) {
},
bump: {
options: {
files: ['bower.json'],
files: ['bower.json', 'package.json'],
commit: true,
commitMessage: 'Release v%VERSION%',
commitFiles: ['bower.json'],
Expand Down
1 change: 0 additions & 1 deletion dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
width = this.$element.data('width') || 560;
this.resize(width);
disableExternalCheck = this.$element.data('disableExternalCheck') || false;
console.log(disableExternalCheck, this.isExternal(url));
if (!disableExternalCheck && !this.isExternal(url)) {
this.lightbox_body.load(url, $.proxy(function() {
return _this.$element.trigger('loaded.bs.modal');
Expand Down
Loading

0 comments on commit aa12592

Please sign in to comment.