mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-22 03:01:39 +00:00
now path browser defaults to .base_path (still thinking)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c30b12d6b8
commit
6df64958ed
@ -3548,7 +3548,7 @@ var FileSystemLoaderUIActions = actions.Actions({
|
|||||||
function(base, callback){
|
function(base, callback){
|
||||||
var that = this
|
var that = this
|
||||||
var parent = this.preventClosing ? this.preventClosing() : null
|
var parent = this.preventClosing ? this.preventClosing() : null
|
||||||
base = base || '/'
|
base = base || this.base_path || '/'
|
||||||
|
|
||||||
var o = overlay.Overlay(this.ribbons.viewer,
|
var o = overlay.Overlay(this.ribbons.viewer,
|
||||||
require('./lib/widget/browse-walk').makeWalk(null, base, false, false)
|
require('./lib/widget/browse-walk').makeWalk(null, base, false, false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user