1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

fix mobile tips

This commit is contained in:
antelle 2017-04-16 11:53:14 +02:00
parent aa7a7415df
commit a45ec36d21

View File

@ -142,7 +142,7 @@ Tip.createTips = function(container) {
}; };
Tip.createTip = function(el, options) { Tip.createTip = function(el, options) {
if (!Tip.enabled) { if (!Tip.enabled && (!options || !options.force)) {
return; return;
} }
const tip = new Tip($(el), options); const tip = new Tip($(el), options);