Commit 35ed3619 authored by Romain Loth's avatar Romain Loth

typo in ourlibs

parent 352523d2
...@@ -1000,7 +1000,7 @@ function updateSearchLabels(id,name,type){ ...@@ -1000,7 +1000,7 @@ function updateSearchLabels(id,name,type){
function createWaitIcon(idname, width) { function createWaitIcon(idname, width) {
let icon = document.createElement('img') let icon = document.createElement('img')
icon.src = TW.conf.path.ourlibs+'/img/loader.gif' icon.src = TW.conf.paths.ourlibs+'/img/loader.gif'
icon.style.position = 'absolute' icon.style.position = 'absolute'
icon.style.left = '0' icon.style.left = '0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment