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
dariah
search-commons-webresources
Commits
55bfa974
Commit
55bfa974
authored
May 08, 2018
by
Gradl, Tobias
Browse files
1087: Parallele Dateiverarbeitung bei Crawls
Task-Url:
https://pm.winseda.de/issues/1087
parent
8737c314
Changes
2
Show whitespace changes
Inline
Side-by-side
js/_common/appProperties.js
View file @
55bfa974
var
AppProperties
=
function
()
{
this
.
refreshViews
=
fals
e
;
this
.
refreshViews
=
tru
e
;
this
.
refreshIntervalMs
=
5000
;
this
.
notificationsArea
=
"
#notifications-area
"
;
this
.
notificationsTimeoutMs
=
5000
;
...
...
js/elementGroups.js
View file @
55bfa974
...
...
@@ -93,7 +93,7 @@ ElementGroups.prototype.triggerRemoveFromGroup = function(itemId) {
};
ElementGroups
.
prototype
.
queryGroup
=
function
(
groupId
)
{
window
.
location
=
__util
.
composeUrl
(
"
groups/
"
+
groupId
+
"
/
"
);
};
ElementGroups
.
prototype
.
refreshElementGroups
=
function
()
{
...
...
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