Fix breadcrumb path
This commit is contained in:
parent
68fd5a5d58
commit
78ecfc89a7
|
@ -67,7 +67,7 @@ function setSyntaxMode(ext){
|
|||
function showControls(filename,writeperms){
|
||||
// Loads the control bar at the top.
|
||||
// Load the new toolbar.
|
||||
var editorbarhtml = '<div id="editorcontrols" style="display: none;"><div class="crumb svg last" id="breadcrumb_file" style="background-image:url("../core/img/breadcrumb.png")"><p>'+filename+'</p></div>';
|
||||
var editorbarhtml = '<div id="editorcontrols" style="display: none;"><div class="crumb svg last" id="breadcrumb_file" style="background-image:url("'+OC.imagePath('core','breadcrumb.png')+'")"><p>'+filename+'</p></div>';
|
||||
if(writeperms=="true"){
|
||||
editorbarhtml += '<button id="editor_save">'+t('files_texteditor','Save')+'</button><div class="separator"></div>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue