Project

General

Profile

« Previous | Next » 

Revision 3630239a

Added by Ohad Levy almost 12 years ago

  • ID 3630239ad1cabd701ea9bc7f71ebe22998705eee

[UI] ensure that tooltip and popover dont happen at the same time

View differences:

public/javascripts/application.js
$("#title_action li a").removeClass("btn").addClass("la");
$("#title_action span").removeClass("btn").addClass("btn-group");
$("#title_action a[href*='new']").addClass("btn-success");
$('*[title]').tooltip();
// highlight tabs with errors
$(".tab-content").find(".control-group.error").each(function() {
......
//set the tooltips
$('a[rel="popover"]').popover();
$('[rel="twipsy"]').tooltip();
$('*[title]').not('*[rel]').tooltip();
}

Also available in: Unified diff