CC-3959: Make default username "source" for master and show inputs

-done (just added tooltip)
This commit is contained in:
denise 2012-06-11 14:55:26 -04:00
parent 62eee61d4e
commit 16b6f09420
6 changed files with 47 additions and 2 deletions

View file

@ -304,4 +304,25 @@ $(document).ready(function() {
at: "right center"
},
})
$(".stream_username_help_icon").qtip({
content: {
text: "If your live streaming client does not ask for a username, this field should be 'source'."
},
hide: {
delay: 500,
fixed: true
},
style: {
border: {
width: 0,
radius: 4
},
classes: "ui-tooltip-dark ui-tooltip-rounded"
},
position: {
my: "left bottom",
at: "right center"
},
})
});