Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
69c11367
Commit
69c11367
authored
Aug 16, 2018
by
Gradl, Tobias
Browse files
1128: Fix minor bugs for current release
Task-Url:
https://pm.winseda.de/issues/1128
parent
0f35ee5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/incl/head.jsp
View file @
69c11367
...
...
@@ -22,7 +22,19 @@
<%@ include
file=
"customSearch.css"
%>
</style>
</c:if>
<script
type=
"text/javascript"
>
var
AppProperties
=
function
()
{
this
.
refreshViews
=
<c:out
value=
"
${
_refreshViews
}
"
/>
;
this
.
refreshIntervalMs
=
5000
;
this
.
notificationsArea
=
"
#notifications-area
"
;
this
.
notificationsTimeoutMs
=
5000
;
this
.
notificationsFadeSpeed
=
400
;
};
var
__properties
=
new
AppProperties
();
</script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
...
...
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