Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
affaa2c5
Commit
affaa2c5
authored
Dec 28, 2012
by
lucha
Committed by
agata
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Privacy Share Buttons plugin: removing googleapi import
parent
e5b5cd48
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
467 additions
and
1 deletion
+467
-1
wp-content/plugins/privacy-share-buttons/css/jquery-ui.css
wp-content/plugins/privacy-share-buttons/css/jquery-ui.css
+466
-0
wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php
...t/plugins/privacy-share-buttons/privacy-share-buttons.php
+1
-1
No files found.
wp-content/plugins/privacy-share-buttons/css/jquery-ui.css
0 → 100644
View file @
affaa2c5
This diff is collapsed.
Click to expand it.
wp-content/plugins/privacy-share-buttons/privacy-share-buttons.php
View file @
affaa2c5
...
...
@@ -39,7 +39,7 @@ class ShareButton {
$this
->
css
=
$this
->
url
.
'/css/socialshareprivacy.css'
;
$this
->
js
=
$this
->
url
.
'/js/jquery.privacysharebuttons.min.js'
;
$this
->
jquery_cookie
=
$this
->
url
.
'/js/jquery.cookie.min.js'
;
$this
->
jquery_ui_css
=
'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base
/jquery-ui.css'
;
$this
->
jquery_ui_css
=
$this
->
url
.
'/css
/jquery-ui.css'
;
$this
->
images
=
$this
->
url
.
'/images/'
;
$this
->
services
=
array
(
'twitter'
=>
array
(
...
...
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