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
5003a735
Commit
5003a735
authored
Apr 09, 2009
by
Richard Mansfield
Browse files
Don't insert tags column when adding selected files
parent
8007fdc7
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/file/js/filebrowser.js
View file @
5003a735
...
...
@@ -383,7 +383,6 @@ function FileBrowser(idprefix, folderid, config, globalconfig) {
TD
(
null
,
IMG
({
'
src
'
:
imgsrc
})),
TD
(
null
,
self
.
filedata
[
id
].
title
),
TD
(
null
,
self
.
filedata
[
id
].
description
),
TD
(
null
,
self
.
filedata
[
id
].
tags
.
join
(
'
,
'
)),
TD
(
null
,
remove
,
INPUT
({
'
type
'
:
'
hidden
'
,
'
name
'
:
self
.
id
+
'
_selected[
'
+
id
+
'
]
'
,
'
value
'
:
id
}))
));
self
.
selecteddata
[
id
]
=
{
...
...
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