ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

not correct check for bootstrap #240

Closed The-city-not-present closed 7 years ago

The-city-not-present commented 7 years ago

TypeError: a.fn.modal is undefined ekko-lightbox.js:93:4

see this._isBootstrap3 = $.fn.modal.Constructor.VERSION[0] == 3; $.fn.modal is undefined

but bootstrap is attached, its version is

The-city-not-present commented 7 years ago

Sorry, my fault, Bootstrap scripts failed to load.