mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
experienting...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
071e6686d9
commit
1ddf71426c
@ -235,8 +235,13 @@ var RibbonsClassPrototype = {
|
||||
var that = this
|
||||
return $(gids.map(function(gid){
|
||||
gid = gid != null ? gid+'' : gid
|
||||
|
||||
return that.setElemGID($('<div>')
|
||||
.addClass('ribbon'), gid)[0]
|
||||
//return $('<div>')
|
||||
// .addClass('ribbon-container')
|
||||
// .append(that.setElemGID($('<div>')
|
||||
// .addClass('ribbon'), gid))[0]
|
||||
}))
|
||||
},
|
||||
// XXX NOTE: quots removal might render this incompatible with older data formats...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user