You are reading a single comment by @MaBe and its replies.
Click here to read the full conversation.
-
Thr 2017.02.23
Thank you @MaBe for the reminders
shorten long names eg var sFCC = String.fromCharCode;
I'll use this technique in my nearly identical html header block responses. Will take some time to refine, but this will shrink the number of lines of code significantly.
Hi Robin,
No, as you are running on 1.89
check section MINIFICATION in WebIDE SETTINGS
use
dump()
to list codeshorten long names eg
var sFCC = String.fromCharCode;
if used more than one time to shrink size of code.