Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
generateur-slogans
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
646dfb80
Verified
Commit
646dfb80
authored
Oct 24, 2017
by
Thibaut Broggi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove buttons update on javascript
It also fixes URL edition
parent
af06790b
Pipeline
#1456
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
static/canvas.js
static/canvas.js
+0
-9
No files found.
static/canvas.js
View file @
646dfb80
...
...
@@ -89,9 +89,6 @@ let draw = function() {
ctx
.
fillStyle
=
fgColor
;
ctx
.
fillText
(
fillText
,
width
*
0.08
,
height
*
0.2
+
fontSize
*
1.4
);
// Update download button
document
.
querySelector
(
'
#save-image > a
'
).
href
=
canvas
.
toDataURL
();
// Edit URL
history
.
replaceState
(
''
,
''
,
window
.
location
.
pathname
+
'
?
'
+
'
bg-color=
'
+
encodeURIComponent
(
bgColor
)
...
...
@@ -101,12 +98,6 @@ let draw = function() {
+
'
&icon=
'
+
encodeURIComponent
(
icon
)
+
'
&signature=
'
+
encodeURIComponent
(
signature
)
+
window
.
location
.
hash
);
// Update tweet button
document
.
querySelector
(
'
#tweet-button a
'
).
href
=
'
https://twitter.com/intent/tweet?text=Soutenez La Quadrature du Net !
'
+
encodeURIComponent
(
window
.
location
.
href
.
split
(
'
#
'
)[
0
]);
// Update facebook button
document
.
querySelector
(
'
#fb-button a
'
).
href
=
'
https://www.facebook.com/sharer/sharer.php?u=
'
+
encodeURIComponent
(
window
.
location
.
href
.
split
(
'
#
'
)[
0
]);
},
false
);
});
}
...
...
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