Discovered the the columns lined up differently depending on where source and target tags are in the HTML. But not always - three-in-a-row lines up just perfectly...
I also put some if-statements through a JS-minifier and got rid of 40 more lines. Instead of:
if (Columns == "1R" ){
if (ColWidth > 0){Columns = 1;}}
...I got:
"1R"==Columns&&(ColWidth>0&&(Columns=1));
...And a new way to write code more efficient.
It's just the final touch left and the last doublecheck before the launch.
Inga kommentarer:
Skicka en kommentar