Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
14e2f08d
Commit
14e2f08d
authored
5 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
small update
parent
b91218eb
master
Development
NachIpadTest
NewS_cleaned
New_Structure
STEG
STEGOLD
TestNav
workingVersion
LastWorking
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
vcm/templates/custom.js
+7
-6
vcm/templates/custom.js
vcm/templates/story/virtualcitystory.js
+1
-0
vcm/templates/story/virtualcitystory.js
with
8 additions
and
6 deletions
+8
-6
vcm/templates/custom.js
+
7
-
6
View file @
14e2f08d
// window.onload = function(){
// var scale = 'scale(1)';
// document.body.style.webkitTransform = scale; // Chrome, Opera, Safari
// document.body.style.msTransform = scale; // IE 9
// document.body.style.transform = scale; // General
// };
window
.
onload
=
function
(){
// // var scale = 'scale(1)';
// // document.body.style.webkitTransform = scale; // Chrome, Opera, Safari
// // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General
$
(
"
#tour-button
"
).
hide
();
};
...
...
This diff is collapsed.
Click to expand it.
vcm/templates/story/virtualcitystory.js
+
1
-
0
View file @
14e2f08d
...
...
@@ -480,6 +480,7 @@ var showTour = function() {
$
(
"
#story-frame
"
).
removeClass
(
"
tour-inactive
"
);
$
(
"
#widget-box
"
).
addClass
(
"
hidden
"
);
$
(
"
.mapControls
"
).
addClass
(
"
hidden
"
);
$
(
"
#tour-button
"
).
show
();
//$(".tool-box").addClass("hidden");
//$(".tour-header").removeClass("hidden");
if
(
disableMovement
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets