mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
fixed a bug in browse...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
de8375ad45
commit
ddb0c821ef
@ -2603,6 +2603,7 @@ var ImageStateIndicatorActions = actions.Actions({
|
|||||||
|
|
||||||
// do the call...
|
// do the call...
|
||||||
if(handler != null){
|
if(handler != null){
|
||||||
|
// XXX simplify the constructors... (into one?)
|
||||||
handler.call(that, elem, makeInfoItem, makeExpandingInfoItem)
|
handler.call(that, elem, makeInfoItem, makeExpandingInfoItem)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1757,6 +1757,8 @@ var BrowserPrototype = {
|
|||||||
var path = this.path
|
var path = this.path
|
||||||
//var txt = quoteWS(elem.find('.text').text())
|
//var txt = quoteWS(elem.find('.text').text())
|
||||||
//var txt = '"'+ elem.find('.text').text() +'"'
|
//var txt = '"'+ elem.find('.text').text() +'"'
|
||||||
|
// XXX do we need qotes here???
|
||||||
|
//path.push('"'+ elem.find('.text').text() +'"')
|
||||||
path.push(elem.find('.text').text())
|
path.push(elem.find('.text').text())
|
||||||
|
|
||||||
// XXX should this be before or after the actual path update???
|
// XXX should this be before or after the actual path update???
|
||||||
@ -1816,7 +1818,7 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
//path.push(quoteWS(elem.find('.text').text()))
|
//path.push(quoteWS(elem.find('.text').text()))
|
||||||
//path.push('"'+ elem.find('.text').text() +'"')
|
//path.push('"'+ elem.find('.text').text() +'"')
|
||||||
path.push(elem.find('.text').text())
|
path.push('"'+ elem.find('.text').text() +'"')
|
||||||
|
|
||||||
var res = this.open(path)
|
var res = this.open(path)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user