Merge branch '2.1.x' into devel

This commit is contained in:
denise 2012-06-11 15:10:33 -04:00
commit d498c51814
14 changed files with 118 additions and 55 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"
},
})
});