mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix attempt 2...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
56b35315f7
commit
cede9a2b06
@ -58,7 +58,7 @@ function(context, cls, data){
|
|||||||
context.showStatusBarInfo
|
context.showStatusBarInfo
|
||||||
&& context.showStatusBarInfo(info)
|
&& context.showStatusBarInfo(info)
|
||||||
})
|
})
|
||||||
.on('mouseout click', function(){
|
.on('mouseout', function(){
|
||||||
context.showStatusBarInfo
|
context.showStatusBarInfo
|
||||||
&& context.showStatusBarInfo()
|
&& context.showStatusBarInfo()
|
||||||
})
|
})
|
||||||
@ -95,6 +95,10 @@ function(context, cls, data){
|
|||||||
.addClass('button ' + cls)
|
.addClass('button ' + cls)
|
||||||
.html(k)
|
.html(k)
|
||||||
.attr('info', doc)
|
.attr('info', doc)
|
||||||
|
.click('click', function(){
|
||||||
|
context.showStatusBarInfo
|
||||||
|
&& context.showStatusBarInfo()
|
||||||
|
})
|
||||||
.click(func))
|
.click(func))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user