From e8d8d12cbd481119a5094d805cfd50b2223a677e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 1 Aug 2013 14:45:42 +0200 Subject: correct file path in breadcrumbs --- js/editor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/editor.js b/js/editor.js index c3aa3ee..bd46afe 100644 --- a/js/editor.js +++ b/js/editor.js @@ -66,7 +66,7 @@ function setSyntaxMode(ext) { function showControls(dir, filename, writeable) { // Loads the control bar at the top. - OC.Breadcrumb.push(filename, '#'); + OC.Breadcrumb.show(dir, filename, '#'); // Load the new toolbar. var editorbarhtml = '