Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a7f26b6f
Commit
a7f26b6f
authored
Sep 20, 2007
by
Nigel McNie
Browse files
Fix the loading message for the javascript version to not break the non javascript version.
parent
72498cc8
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/js/views.js
View file @
a7f26b6f
...
...
@@ -61,9 +61,6 @@ function ViewManager() {
}
});
// Add CSS rules
self
.
addCSSRules
();
// Now we're done, remove the loading message and display the page
removeElement
(
'
views-loading
'
);
showElement
(
'
bottom-pane
'
);
...
...
@@ -793,3 +790,4 @@ function ViewManager() {
}
viewManager
=
new
ViewManager
();
viewManager
.
addCSSRules
();
htdocs/views-js.css
View file @
a7f26b6f
...
...
@@ -9,3 +9,8 @@
.blockinstance-header
h4
{
cursor
:
move
;
}
/* This will be hidden until loading is finished */
#bottom-pane
{
display
:
none
;
}
Write
Preview
Supports
Markdown
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