File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 56
56
var s = social [ i ] ;
57
57
shareBtnContainer . innerHTML += '<a class="' + s . className + '" data-id="' + s . id + '">' +
58
58
'<i class="' + s . icon + '"></i> ' + s . name + '</a>' ;
59
- }
59
+ }
60
60
61
61
window . ShareButtons . update ( ) ;
62
62
</ script >
Original file line number Diff line number Diff line change 1
1
( function ( global , factory ) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module . exports = factory ( ) :
3
- typeof define === 'function' && define . amd ? define ( factory ) :
4
- ( global = global || self , global . ShareButtons = factory ( ) ) ;
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module . exports = factory ( ) :
3
+ typeof define === 'function' && define . amd ? define ( factory ) :
4
+ ( global = global || self , global . ShareButtons = factory ( ) ) ;
5
5
} ( this , function ( ) { 'use strict' ;
6
-
6
+
7
7
var w = window ;
8
8
var d = w . document ;
9
9
359
359
var shareButtons = new ShareButtons ( ) ;
360
360
shareButtons . i ( ) ;
361
361
362
- return {
363
- update : function ( ) {
364
- shareButtons . i ( ) ;
362
+ return {
363
+ update : function ( ) {
364
+ shareButtons . i ( ) ;
365
365
}
366
366
} ;
367
367
You can’t perform that action at this time.
0 commit comments