You need to compile JavaScript code. It has been discussed many times. Use search.
Sorry Anton,
Thank you then..... i'll find it
Do you update debug.html?
Inside debug.html you must have this line:
<script id="loadScript" mode="debug" src="load.js"></script>
Hii
case closed, i can compile the traccar-web. this what i've done:
Thank you all...
Great.
Do you have email?
Sure: vian.qu[at]gmail.com
@MuhHuz can you please explain 3 and 4 step of compile traccar -web.
Hii @Nitish Khadaria,
find the path where extjs SDK intalled on your machine. then add it to EXT var located in file tools/minify.sh
this is mine:
# Use the value of $EXTJS_PATH if it is defined, '../../../ext-6.2.0' otherwise
EXT=${EXTJS_PATH:-'../../../ext-6.2.0'}
the minify.sh required the SDK to compile.
then just execute the minify.sh/minify.bat
thanks
Thanks for your response @MuhHuz,
is it mandatory version 6.2.0 of sdk & cmd ?
yes... you should download it
Can you please make a video guide about that, it would be wonderful and me and many users will learn from it.
Thank you
I can't download sencha extjs sdk .Can someone help please.
What's the problem with the download?
Got it thanks for reply Anton.
Hii All,
I update file
/opt/traccar/web/app/view/dialog/Login.js
and add a label on it. after i save the file, why the view don't change? in Login dialog should display new label. i added this code bellow in item array:{ xtype: 'label', forId: 'myFieldId', text: 'Tracking System', margin: '0 0 0 55', align : 'center', style: 'font: bold 20px Arial' }
can you tell where i must delete the cache in traccar.
Thankyou