mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
171cde55fb
commit
3b8e343003
@ -85,7 +85,6 @@ var BrowserPrototype = {
|
|||||||
.toArray()
|
.toArray()
|
||||||
},
|
},
|
||||||
set path(value){
|
set path(value){
|
||||||
console.log('!!!', value)
|
|
||||||
// XXX normalize path...
|
// XXX normalize path...
|
||||||
return this.update(value)
|
return this.update(value)
|
||||||
},
|
},
|
||||||
@ -201,6 +200,7 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
// deselect...
|
// deselect...
|
||||||
} else if(elem == 'none'){
|
} else if(elem == 'none'){
|
||||||
|
browser.find('.path .dir.cur').empty()
|
||||||
return elems
|
return elems
|
||||||
.filter('.selected')
|
.filter('.selected')
|
||||||
.removeClass('selected')
|
.removeClass('selected')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user