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
0ef12b83
Commit
0ef12b83
authored
May 11, 2009
by
Richard Mansfield
Browse files
Fix view editing page to deal with missing footer id
parent
f31a6b08
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/js/views.js
View file @
0ef12b83
...
...
@@ -893,8 +893,8 @@ function ViewManager() {
var
columnContainerPosition
=
elementPosition
(
self
.
columnContainer
);
var
columnContainerDimensions
=
elementDimensions
(
self
.
columnContainer
);
var
footerDimensions
=
getElementDimensions
(
'
footer
'
,
self
.
bottomPane
);
var
footerPosition
=
getElementPosition
(
'
footer
'
,
self
.
bottomPane
);
var
footerDimensions
=
getElementDimensions
(
'
footer
wrap
'
,
self
.
bottomPane
);
var
footerPosition
=
getElementPosition
(
'
footer
wrap
'
,
self
.
bottomPane
);
setElementPosition
(
hotzone
,
{
x
:
blockinstancePosition
.
x
,
y
:
previousHotzonePosition
.
y
+
previousHotzoneDimensions
.
h
});
setElementDimensions
(
hotzone
,
{
...
...
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