Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
This commit is contained in:
commit
27970e3422
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue