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

remove copy tip

This commit is contained in:
antelle 2016-03-27 16:41:13 +03:00
parent 9e43f1d3c1
commit 0a74168ace

View File

@ -413,6 +413,7 @@ var DetailsView = Backbone.View.extend({
var label = this.moreView.labelEl;
var tip = new Tip(label, { title: Locale.detCopyHint, placement: 'right' });
tip.show();
this.fieldCopyTip = tip;
setTimeout(function() { tip.hide(); }, Timeouts.AutoHideHint);
},