Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
#93 hover text on buttons now does not hide until user moves mouse aw…
Browse files Browse the repository at this point in the history
…ay from button
  • Loading branch information
AnnaGerber committed Sep 3, 2009
1 parent 4bf0d96 commit f3ba749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oaiorebuilder/content/annotations_view_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ lore.ui.anno.initExtComponents = function(){

Ext.QuickTips.interceptTitles = true;
Ext.QuickTips.init();
Ext.apply(Ext.QuickTips.getQuickTip(),{
dismissDelay: 0
});

} catch (e ) {
lore.debug.ui("Errors during initExtComponents: " + e, e);
Expand Down

0 comments on commit f3ba749

Please sign in to comment.