From 5d396e6a38d9e42b35742bce1e74941dc9f07562 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 14 Nov 2011 11:52:14 +0100 Subject: [PATCH] bweb: Fix #1787 provided by David Weber --- gui/bweb/html/bresto.js | 3 +-- gui/bweb/lib/Bconsole.pm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index e574903486..5e62f464d5 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -93,7 +93,6 @@ Ext.brestore.offset = 0; Ext.brestore.force_reload = 0; Ext.brestore.path_stack = Array(); Ext.brestore.pathid_stack = Array(); -Ext.brestore.dir = get_current_director(); function get_node_path(node) { @@ -1403,4 +1402,4 @@ Ext.onReady(function(){ storage_store.load({params:init_params({action: 'list_storage'})}); Ext.brestore.dlglaunch.show(); } -}); \ No newline at end of file +}); diff --git a/gui/bweb/lib/Bconsole.pm b/gui/bweb/lib/Bconsole.pm index b233710455..6a3c431727 100644 --- a/gui/bweb/lib/Bconsole.pm +++ b/gui/bweb/lib/Bconsole.pm @@ -197,7 +197,7 @@ sub connect # TODO : we must verify that expect return the good value -# $self->expect_it('*'); + $self->expect_it('*'); $self->send_cmd('gui on'); } return 1 ; -- 2.39.5