mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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
|
var that = this
|
||||||
return $(gids.map(function(gid){
|
return $(gids.map(function(gid){
|
||||||
gid = gid != null ? gid+'' : gid
|
gid = gid != null ? gid+'' : gid
|
||||||
|
|
||||||
return that.setElemGID($('<div>')
|
return that.setElemGID($('<div>')
|
||||||
.addClass('ribbon'), gid)[0]
|
.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...
|
// XXX NOTE: quots removal might render this incompatible with older data formats...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user