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
Daniel ANTELME
digilib-pivaj
Commits
10948952
Commit
10948952
authored
Jun 04, 2015
by
robcast
Browse files
fix old javascript in digilib-mpiwg.html
parent
1c2db8e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/src/main/webapp/jquery/digilib-mpiwg.html
View file @
10948952
...
...
@@ -26,6 +26,7 @@
<script
type=
"text/javascript"
src=
"jquery.digilib.birdseye.js"
></script>
<script
type=
"text/javascript"
src=
"jquery.digilib.marks.js"
></script>
<script
type=
"text/javascript"
src=
"jquery.digilib.regions.js"
></script>
<script
type=
"text/javascript"
src=
"jquery.digilib.vector.js"
></script>
<script
type=
"text/javascript"
src=
"showdown.js"
></script>
<script
type=
"text/javascript"
src=
"annotator-dl.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"annotator.min.css"
/>
...
...
@@ -50,7 +51,7 @@
return
'
http://echo.mpiwg-berlin.mpg.de/documents
'
+
(
fn
.
charAt
(
0
)
===
'
/
'
?
''
:
'
/
'
)
+
fn
+
'
?pn=
'
+
data
.
settings
.
pn
;
},
// list of Annotator plugins
'
annotatorPlugins
'
:
[
'
Auth
'
,
'
Permissions
'
,
'
Markdown
'
]
'
annotatorPlugins
'
:
[
'
Auth
'
,
'
Group
Permissions
'
,
'
Markdown
'
,
'
DigilibIntegrator
'
,
'
Store
'
]
};
var
$div
=
$
(
'
div#digilib
'
);
$div
.
digilib
(
opts
);
...
...
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