Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digilib-pivaj
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel ANTELME
digilib-pivaj
Commits
10948952
Commit
10948952
authored
9 years ago
by
robcast
Browse files
Options
Downloads
Patches
Plain Diff
fix old javascript in digilib-mpiwg.html
parent
1c2db8e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webapp/src/main/webapp/jquery/digilib-mpiwg.html
+2
-1
2 additions, 1 deletion
webapp/src/main/webapp/jquery/digilib-mpiwg.html
with
2 additions
and
1 deletion
webapp/src/main/webapp/jquery/digilib-mpiwg.html
+
2
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment