more minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-23 03:14:04 +04:00
parent 3824e54a2c
commit da9a753f03
2 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,8 @@ Roadmap
[_] index and group ALL files in an archive
[_] import metadata
[_] real GIDs
[_] BUG: sometimes loading a raw directory stops at "error loading data.json"
| and some times it does not err..
[_] BUG: jumping in ribbon sometimes does not load the ribbon correctly...
| Example 1:
| first ribbon in (loaded at first image):

View File

@ -728,6 +728,7 @@ function loadDirectoryDialog(dfl){
// reset the modes...
toggleSingleImageMode('off')
toggleSingleRibbonMode('off')
toggleMarkedOnlyView('off')
path = path.trim()
statusNotify(loadDir(path))