mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
fixed a really fun bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9a487c86e6
commit
2c58605dc1
@ -51,7 +51,7 @@ var BoundsIndicatorsActions = actions.Actions({
|
|||||||
|
|
||||||
if(indicator.length == 0){
|
if(indicator.length == 0){
|
||||||
indicator = $('<div>')
|
indicator = $('<div>')
|
||||||
.addClass(cls.replace('.', '') +' '+ this.tag)
|
.addClass(cls.replace('.', ''))
|
||||||
.appendTo(this.ribbons.viewer)
|
.appendTo(this.ribbons.viewer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user