CC-3174 : showbuilder

putting qtip on missing file alert.
This commit is contained in:
Naomi Aro 2012-03-15 16:29:52 +01:00
parent 7a8398bd32
commit 6409003b3f
1 changed files with 20 additions and 0 deletions

View File

@ -752,4 +752,24 @@ $(document).ready(function() {
AIRTIME.library.libraryInit();
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'
});
});