Changeset aa1776 in indico
- Timestamp:
- 04/26/12 17:12:13 (13 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 1f765f
- Parents:
- 880ea8
- git-author:
- Alberto Resco Perez <alberto.resco.perez@…> (04/26/12 15:05:34)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (04/26/12 17:12:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Common/IntelligentSearchBox.js
ra53498 raa1776 379 379 self.show_categ(); 380 380 }); 381 $parent.on('mouseover', '.searchTag.everywhere', function( ) {382 self.show_tip( );381 $parent.on('mouseover', '.searchTag.everywhere', function(event) { 382 self.show_tip(event); 383 383 }); 384 384 $parent.on('mouseleave', '.searchTag.everywhere', function() { … … 433 433 }, 434 434 435 show_tip: function( ) {435 show_tip: function(event) { 436 436 this.$tag.qtip({ 437 437 content: format($T('Click to search inside <span class="label">{title}</span>'),
Note: See TracChangeset
for help on using the changeset viewer.
