remove copy tip

This commit is contained in:
antelle 2016-03-27 16:41:13 +03:00
parent 9e43f1d3c1
commit 0a74168ace
1 changed files with 1 additions and 0 deletions

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);
},