luci-base: cbi.js: handle undefined arguments in formatting
authorJo-Philipp Wich <jo@mein.io>
Thu, 4 Aug 2016 09:45:04 +0000 (11:45 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 4 Aug 2016 09:45:30 +0000 (11:45 +0200)
Fix the JavaScript String.format() to not trigger an exception if the argument
for an escaped format like %h or %q is undefined.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found