CC-3174 : showbuilder
fixing merge, testing that affected functionality still works.
This commit is contained in:
parent
42452b8ea9
commit
776d1b65e8
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
var mod;
|
||||
|
||||
if (AIRTIME.library === undefined) {
|
||||
AIRTIME.library = {}
|
||||
AIRTIME.library = {};
|
||||
}
|
||||
mod = AIRTIME.library;
|
||||
|
||||
|
@ -250,7 +250,7 @@ function fnCreatedRow( nRow, aData, iDataIndex ) {
|
|||
event: 'click',
|
||||
solo: true // Only show one tooltip at a time
|
||||
},
|
||||
hide: 'mouseout',
|
||||
hide: 'mouseout'
|
||||
|
||||
}).click(function(event) {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue