noVNC/app
Solly Ross d55e454582 Fix typos in imports and i18n
`app/ui.js` had an incorrect import path which caused issues
when using the ES6 and/or CommonJS builds of noVNC.

`core/util.js` had a non-strict-compatible declaration of a variable
without a `let` or `var` (it now uses `let`).

This fixes both issues.
2017-02-26 16:30:37 -05:00
..
images Remove 512x512 icon 2017-02-23 16:29:16 +01:00
locale Update Greek translation 2016-11-24 12:18:59 +02:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Disable labels for settings as well 2017-02-21 11:58:03 +01:00
ui.js Fix typos in imports and i18n 2017-02-26 16:30:37 -05:00
webutil.js Use setCapture() polyfill everywhere 2017-02-09 15:51:22 +01:00