Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
fb4a919a
Commit
fb4a919a
authored
May 28, 2013
by
Ed Summers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed elife and peerj hack
parent
77038342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
services.coffee
h/js/services.coffee
+0
-29
No files found.
h/js/services.coffee
View file @
fb4a919a
...
@@ -166,35 +166,6 @@ class Hypothesis extends Annotator
...
@@ -166,35 +166,6 @@ class Hypothesis extends Annotator
$rootScope
.
$apply
=>
this
.
hide
()
$rootScope
.
$apply
=>
this
.
hide
()
)
)
getSynonymURLs
:
(
href
)
->
stringStartsWith
=
(
string
,
prefix
)
->
prefix
is
string
.
substr
0
,
prefix
.
length
stringEndsWith
=
(
string
,
suffix
)
->
suffix
is
string
.
substr
string
.
length
-
suffix
.
length
console
.
log
"Looking for synonym URLs for '"
+
href
+
"'..."
results
=
[]
if
stringStartsWith
href
,
"http://elife.elifesciences.org/content"
if
stringEndsWith
href
,
".full-text.pdf"
root
=
href
.
substr
0
,
href
.
length
-
".full-text.pdf"
.
length
results
.
push
root
results
.
push
root
+
".full.pdf"
else
if
stringEndsWith
href
,
".full.pdf"
root
=
href
.
substr
0
,
href
.
length
-
".full.pdf"
.
length
results
.
push
root
results
.
push
root
+
".full-text.pdf"
else
results
.
push
href
+
".full.pdf"
results
.
push
href
+
".full-text.pdf"
else
if
stringStartsWith
href
,
"https://peerj.com/articles/"
if
stringEndsWith
href
,
".pdf"
results
.
push
(
href
.
substr
0
,
href
.
length
-
4
)
+
"/"
else
results
.
push
(
href
.
substr
0
,
href
.
length
-
1
)
+
".pdf"
return
results
_setupWrapper
:
->
_setupWrapper
:
->
@
wrapper
=
@
element
.
find
(
'#wrapper'
)
@
wrapper
=
@
element
.
find
(
'#wrapper'
)
.
on
'mousewheel'
,
(
event
,
delta
)
->
.
on
'mousewheel'
,
(
event
,
delta
)
->
...
...
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