File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -258,14 +258,14 @@ function loadScriptAndStyle($isCategory = 1)
258258
259259 JHtml::_ ('jquery.framework ' );
260260
261- $ doc ->addScript (JURI ::base () . "plugins/content/jllike/js/buttons.min.js?11 " );
261+ $ doc ->addScript (JURI ::base () . "plugins/content/jllike/js/buttons.min.js?12 " );
262262
263263 if ($ this ->params ->get ('enable_twit ' , 0 )) {
264264 $ doc ->addScript (JURI ::base () . "plugins/content/jllike/js/twit.min.js " );
265265 }
266266
267267
268- $ doc ->addStyleSheet (JURI ::base () . "plugins/content/jllike/js/buttons.min.css?11 " );
268+ $ doc ->addStyleSheet (JURI ::base () . "plugins/content/jllike/js/buttons.min.css?12 " );
269269
270270 $ btn_border_radius = (int ) $ this ->params ->get ('btn_border_radius ' , 15 );
271271 $ btn_dimensions = (int ) $ this ->params ->get ('btn_dimensions ' , 30 );
Original file line number Diff line number Diff line change 22<extension version =" 3.5.0" type =" plugin" group =" content" method =" upgrade" >
33 <name >JL Like</name >
44 <author >JoomLine</author >
5- <creationDate >11.02 .2020</creationDate >
5+ <creationDate >29.11 .2020</creationDate >
66 <copyright >(C) 2012-2020 by Artem Zhukov, Arkadiy Sedelnikov and Vadim Kunicin(https://joomline.ru)</copyright >
77 <license >GNU/GPL: http://www.gnu.org/copyleft/gpl.html</license >
88 <authorEmail >sale@joomline.ru</authorEmail >
99 <authorUrl >https://joomline.ru</authorUrl >
10- <version >4.0.4 </version >
10+ <version >4.0.5 </version >
1111 <description >PLG_JLLIKE_DESC_ALL</description >
1212 <files >
1313 <folder >js</folder >
Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ jQuery.noConflict();
339339 } ,
340340
341341 getShareLink : function ( ) {
342- var url = 'https://www.facebook.com/sharer/sharer.php?app_id=114545895322903&sdk=joey& u='
342+ var url = 'https://www.facebook.com/sharer/sharer.php?u='
343343 + encodeURIComponent ( this . linkToShare )
344- + '&display=popup&ref=plugin&src=share_button ' ;
344+ + '&display=popup' ;
345345 //var url = 'https://www.facebook.com/sharer/sharer.php?s=100';
346346 //url += '&p[url]=' + encodeURIComponent(this.linkToShare);
347347 //url += '&p[title]=' + encodeURIComponent(this.title);
Original file line number Diff line number Diff line change 33 <name >JL Like</name >
44 <packagename >jllike</packagename >
55 <author >JoomLine</author >
6- <creationDate >11.02 .2020</creationDate >
6+ <creationDate >29.11 .2020</creationDate >
77 <copyright >(C) 2012-2020 by Artem Zhukov, Arkadiy Sedelnikov and Vadim Kunicin(https://joomline.ru)</copyright >
88 <license >GNU/GPL: http://www.gnu.org/copyleft/gpl.html</license >
99 <authorEmail >sale@joomline.ru</authorEmail >
1010 <authorUrl >https://joomline.ru</authorUrl >
11- <version >4.0.4 </version >
11+ <version >4.0.5 </version >
1212 <url >https://joomline.ru</url >
1313 <packager >JoomLine.ru</packager >
1414 <packagerurl >https://joomline.ru</packagerurl >
You can’t perform that action at this time.
0 commit comments