Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
workshop.metahoguet
Commits
156582f4
Commit
156582f4
authored
Nov 11, 2016
by
gijs
Browse files
Path of plot eps doesn't need the timestamp
parent
cd6acff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pad/index.html
View file @
156582f4
...
...
@@ -101,8 +101,8 @@
var
result
=
window
.
confirm
(
'
voulez-vous imprimer ce glyph ?
'
);
if
(
result
){
var
path
=
$
(
this
).
attr
(
'
src
'
).
replace
(
/svg/g
,
'
eps
'
);
var
path
=
$
(
this
).
attr
(
'
src
'
).
split
(
'
?
'
)[
0
].
replace
(
/svg/g
,
'
eps
'
);
$
.
get
(
'
/api/ploteps/
'
,
{
epsfile
:
path
});
}
});
...
...
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