cakephp-plugin-boost_cake icon indicating copy to clipboard operation
cakephp-plugin-boost_cake copied to clipboard

Conflict with Unveil.js

Open sulian opened this issue 10 years ago • 0 comments

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']); }

sulian avatar Nov 26 '14 13:11 sulian