$(document).on('click touchend', '[data-action]', function () {
-
- var map = {'pdf': 'print', 'fullScreen': "fullscreen", 'locales': 'localesContainers'};
+ var map = {'pdf': 'print', 'fullScreen': "fullscreen", 'locales': 'localesContainers', 'basket': 'cart'};
var action = $(this).data('action');
+ var extra = $(this).data('extra');
if (action == 'share') {
// Let share class handle this
return true;
var link2 = null;
if (icon == 'home' && !skipHome) {
-
var homeURL = this.fluidbook.datas.home;
+ var homeRequireLoader = true;
if (this.fluidbook.datas.home == '%apphome%' || forceHome && DATAS.phonegap) {
homeURL = decodeURIComponent(window.localStorage.getItem('apphome'));
}