-
-
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
32e527d
commit 60b01d7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule noVNC
updated
9 files
+3 −2 | .eslintrc | |
+1 −0 | README.md | |
+19 −6 | app/styles/base.css | |
+38 −0 | app/ui.js | |
+567 −0 | core/ra2.js | |
+56 −0 | core/rfb.js | |
+36 −3 | docs/API.md | |
+357 −0 | tests/test.ra2.js | |
+38 −13 | vnc.html |