Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
462de1a1
Commit
462de1a1
authored
Jan 10, 2017
by
Piotr Gawron
Browse files
GET params processed properly
parent
a850a5b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/index.xhtml
View file @
462de1a1
...
...
@@ -31,6 +31,7 @@
//
<!
[
CDATA
[
function
initMap
(){
minerva
.
GuiConnector
.
init
();
var
mapElement
=
gmtls
.
getMap
();
minerva
.
ServerConnector
.
getProject
(
minerva
.
GuiConnector
.
getParams
[
'
id
'
]).
then
(
function
(
project
){
var
windowsTouchInterface
=
((
navigator
.
appVersion
.
indexOf
(
"
Win
"
)
!=-
1
)
&&
(
'
ontouchstart
'
in
document
.
documentElement
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment