UI cleanup, phase 5, ARM (functional changes)
commit6d3ba2b53c311b7588df73e659f92bc97af78eea
authorJeremy Chadwick <jdc@koitsu.org>
Mon, 9 Jan 2017 07:59:33 +0000 (8 23:59 -0800)
committerJeremy Chadwick <jdc@koitsu.org>
Thu, 12 Jan 2017 13:37:56 +0000 (12 20:37 +0700)
treea3ed1a1ac07b3c7d86aba0e4c81fabee29308ee5
parent15878625da85230107cc11b36a843dba48b54ba8
UI cleanup, phase 5, ARM (functional changes)

This commit contains several fixes for several different things I found
while doing 7f31b07, as well as trying to minimise the number of
differences between the MIPS and ARM branches.

I'll note that JavaScript will sometimes let you get away with lack of
trailing semi-colons but it's a very bad habit to get into.

about.asp
  - Remove extra <br> (minimise MIPS diff)
advanced-vlan.asp
  - Remove space at start of line (minimise MIPS diff)
basic-ddns.asp
  - Bug: lack of semi-colon at end of several lines
  - Indentation fixups (minimise MIPS diff)
bwm-common.js
  - Bug: lack of semi-colon at end of line
bwm-hist.js
  - Bug: removal of duplicate ymText() function
  - Bug: lack of semi-colon at end of line
qos-settings.asp
  - Remove blank line (minimise MIPS diff)
nas-samba.asp
  - Use tabs not spaces (minimise MIPS diff)
restrict-edit.asp
  - Bug: fix error message to reflect correct limit (8192)
status-data.jsx
  - Bug: lack of semi-colon at end of line
status-devices.asp
  - Use tabs not spaces (minimise MIPS diff)
  - Remove blank line (minimise MIPS diff)
tools-survey.asp
  - Use tabs not spaces (will be fixing this on MIPS too)
vpn.js
  - Bug: lack of semi-colon at end of several lines
12 files changed:
release/src-rt-6.x.4708/router/www/about.asp
release/src-rt-6.x.4708/router/www/advanced-vlan.asp
release/src-rt-6.x.4708/router/www/basic-ddns.asp
release/src-rt-6.x.4708/router/www/bwm-common.js
release/src-rt-6.x.4708/router/www/bwm-hist.js
release/src-rt-6.x.4708/router/www/nas-samba.asp
release/src-rt-6.x.4708/router/www/qos-settings.asp
release/src-rt-6.x.4708/router/www/restrict-edit.asp
release/src-rt-6.x.4708/router/www/status-data.jsx
release/src-rt-6.x.4708/router/www/status-devices.asp
release/src-rt-6.x.4708/router/www/tools-survey.asp
release/src-rt-6.x.4708/router/www/vpn.js