[Pkg-remote-commits] [guacamole-client] 04/11: Load now external Angular modules.
Dominik George
natureshadow-guest at moszumanska.debian.org
Mon Nov 28 22:48:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository guacamole-client.
commit 27ae92c12e033b2279e12d7b52f1d48623ae4d20
Author: Dominik George <nik at naturalnet.de>
Date: Mon Nov 28 22:14:27 2016 +0100
Load now external Angular modules.
---
debian/patches/use-debian-js.patch | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/patches/use-debian-js.patch b/debian/patches/use-debian-js.patch
index c22b9d9..197b241 100644
--- a/debian/patches/use-debian-js.patch
+++ b/debian/patches/use-debian-js.patch
@@ -5,7 +5,7 @@ Subject: Load Debian JS libraries
compiled them into the minified main application file.
--- a/guacamole/src/main/webapp/index.html
+++ b/guacamole/src/main/webapp/index.html
-@@ -54,7 +54,10 @@
+@@ -54,7 +54,13 @@
help-text="loginHelpText"
form="expectedCredentials"
values="acceptedCredentials"></guac-login>
@@ -14,6 +14,9 @@ Subject: Load Debian JS libraries
+ <script type="text/javascript" src="lib/jquery/jquery.min.js"></script>
+ <script type="text/javascript" src="lib/lodash.min.js"></script>
+ <script type="text/javascript" src="lib//angular/angular.min.js"></script>
++ <script type="text/javascript" src="lib//angular/angular-cookies.min.js"></script>
++ <script type="text/javascript" src="lib//angular/angular-route.min.js"></script>
++ <script type="text/javascript" src="lib//angular/angular-touch.min.js"></script>
<script type="text/javascript" src="app.js?v=${project.version}"></script>
</body>
</html>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/guacamole-client.git
More information about the Pkg-remote-commits
mailing list