CC-3174 : showbuilder
putting qtip on missing file alert.
This commit is contained in:
parent
7a8398bd32
commit
6409003b3f
1 changed files with 20 additions and 0 deletions
|
@ -752,4 +752,24 @@ $(document).ready(function() {
|
||||||
|
|
||||||
AIRTIME.library.libraryInit();
|
AIRTIME.library.libraryInit();
|
||||||
AIRTIME.playlist.init();
|
AIRTIME.playlist.init();
|
||||||
|
|
||||||
|
pl.find(".ui-icon-alert").qtip({
|
||||||
|
content: {
|
||||||
|
text: "File does not exist on disk..."
|
||||||
|
},
|
||||||
|
position:{
|
||||||
|
adjust: {
|
||||||
|
resize: true,
|
||||||
|
method: "flip flip"
|
||||||
|
},
|
||||||
|
at: "right center",
|
||||||
|
my: "left top",
|
||||||
|
viewport: $(window)
|
||||||
|
},
|
||||||
|
style: {
|
||||||
|
classes: "ui-tooltip-dark"
|
||||||
|
},
|
||||||
|
show: 'mouseover',
|
||||||
|
hide: 'mouseout'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue