}
} else if (navType === 'menu') {
// Save HTML so it can be added to menu once MMenu is initialised
- this.shareLinksHTML = '<div id="shareLinks"><div class="share-icons">' + this.fluidbook.share.getShareLinks(true,undefined,'publication') + '</div></div>';
+ this.shareLinksHTML = '<div id="shareLinks"><div class="share-icons">' + this.fluidbook.share.getShareLinks(true, undefined, 'publication') + '</div></div>';
}
}
if (q !== undefined) {
$("#q").val(q);
this.fluidbook.search.submitForm();
+ } else {
+ $('#q').focus(); // Put cursor in the search field
}
- $('#q').focus(); // Put cursor in the search field
+
if (cb !== undefined) {
cb();
}