Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-05 12:37:09 -05:00
commit 27970e3422

View file

@ -717,7 +717,7 @@ HelpBalloonOptions.prototype = {
* to an existing element if you're using that as your anchoring icon. * to an existing element if you're using that as your anchoring icon.
* @var {Object} * @var {Object}
*/ */
icon: '/static/images/balloons/icon.gif', icon: '/accounts/static/images/balloons/icon.gif',
/** /**
* Alt text of the help icon * Alt text of the help icon
* @var {String} * @var {String}
@ -783,7 +783,7 @@ HelpBalloonOptions.prototype = {
* Clossing button image path * Clossing button image path
* @var {String} * @var {String}
*/ */
button: '/static/images/balloons/button.png', button: '/accounts/static/images/balloons/button.png',
/** /**
* Balloon image path prefix. There are 4 button images, numerically named, starting with 0. * Balloon image path prefix. There are 4 button images, numerically named, starting with 0.
* 0, 1 * 0, 1
@ -791,7 +791,7 @@ HelpBalloonOptions.prototype = {
* (the number indicates the corner opposite the anchor (the pointing direction) * (the number indicates the corner opposite the anchor (the pointing direction)
* @var {String} * @var {String}
*/ */
balloonPrefix: '/static/images/balloons/balloon-', balloonPrefix: '/accounts/static/images/balloons/balloon-',
/** /**
* The image filename suffix, including the file extension * The image filename suffix, including the file extension
* @var {String} * @var {String}