return false;
});
+ $(document).on('click', 'a[href^="http"]', function () {
+ if (!navigator.onLine && this.fluidbook.datas.phonegap) {
+ window.alert(this.fluidbook.l10n.__('Une connexion internet est requise pour cette action.'));
+ return false;
+ }
+ });
+
$(document).on('click touchend', '[data-action]', function () {
var map = {'pdf': 'print', 'fullScreen': "fullscreen", 'locales': 'localesContainers'};
var action = $(this).data('action');
window.open($(this).attr('href'), 'fb_' + $this.fluidbook.datas.id + '_' + Math.round(Math.random() * 10000000), "resizable=1,scrollbars=1", true);
return false;
});
-
},
initLinks: function (pageNr) {
if (pageNr == undefined) {