UI cleanup, phase 5, ARM (functional changes)Toastman-1.28.9008.6
commitae3a5ed16ca18968f8e389832fbd8955a97733ca
authorJeremy Chadwick <jdc@koitsu.org>
Mon, 9 Jan 2017 07:59:33 +0000 (8 23:59 -0800)
committerTvlz <Tvlztomato@gmail.com>
Wed, 11 Jan 2017 11:04:42 +0000 (11 18:04 +0700)
tree7fb710449dedaff6d240f7e3c1786c10f0f0df38
parent284c86b07a49c67d5267385cc568ddb700d9a612
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