slywalker / cakephp-plugin-boost_cake

Bootstrap Plugin for CakePHP
http://slywalker.github.io/cakephp-plugin-boost_cake/
277 stars 92 forks source link

Conflict with Unveil.js #70

Open sulian opened 9 years ago

sulian commented 9 years ago

The BoostCake plugin isn't compatible with the jQuery script "unveil.js".

Unveil.js use the data-src tag ; this tag is deleted in the BoostCakeHtmlHelper.php, line 67 (holder.js compatibility ?) Temporary solution is to delete theses lines : if (isset($options['data-src'])) { unset($options['data-src']); }