-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(submodules): submodules were updated
- Loading branch information
1 parent
f129746
commit 6974204
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule noVNC
updated
19 files
+3 −0 | .eslintrc | |
+2 −2 | AUTHORS | |
+1 −1 | LICENSE.txt | |
+10 −4 | README.md | |
+9 −2 | app/localization.js | |
+22 −5 | app/ui.js | |
+2 −2 | app/webutil.js | |
+1 −1 | core/des.js | |
+15 −0 | core/rfb.js | |
+56 −7 | core/util/browser.js | |
+275 −215 | docs/API.md | |
+1 −1 | package.json | |
+108 −74 | po/noVNC.pot | |
+5 −1 | po/xgettext-html | |
+244 −0 | tests/test.browser.js | |
+2 −18 | tests/test.helper.js | |
+5 −44 | tests/test.keyboard.js | |
+1 −9 | tests/test.localization.js | |
+1 −8 | tests/test.webutil.js |