GUACAMOLE-204: Move ticket parameter code out of config and into run block.

This commit is contained in:
Nick Couchman
2017-03-28 10:22:14 -04:00
committed by Nick Couchman
parent bf12d3c5e5
commit d7218c3e44
3 changed files with 44 additions and 23 deletions

View File

@@ -12,7 +12,8 @@
"js" : [
"casModule.js",
"casController.js",
"casConfig.js"
"casConfig.js",
"casIndexTicket.js"
]
}