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
info
mahara-museum
Commits
3ed1be87
Commit
3ed1be87
authored
Dec 11, 2007
by
Nigel McNie
Browse files
Remove a couple of debugging lines causing noise in the view screen.
parent
209b5e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/views.js
View file @
3ed1be87
...
...
@@ -824,12 +824,10 @@ function ViewManager() {
placementFunction
=
partial
(
placementFunction
,
node
,
self
.
blockPlaceholder
);
if
(
self
.
movingBlockType
)
{
dropFunction
=
function
(
draggable
,
node
,
placeAfter
)
{
log
(
'
after?
'
,
placeAfter
);
var
whereTo
=
self
.
getBlockinstanceCoordinates
(
node
);
if
(
placeAfter
)
{
whereTo
[
'
order
'
]
+=
1
;
}
log
(
whereTo
);
var
pd
=
{
'
id
'
:
$
(
'
viewid
'
).
value
,
...
...
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