We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b135ab commit 3c8c8c0Copy full SHA for 3c8c8c0
src/jquery.github.js
@@ -67,7 +67,6 @@ function Github( element, options ) {
67
this._defaults = defaults;
68
69
this.init();
70
- this.displayIcons();
71
}
72
73
// Initializer
@@ -151,6 +150,8 @@ Github.prototype.applyTemplate = function ( repo ) {
151
150
$widget = githubRepo.toHTML();
152
153
$widget.appendTo( this.$container );
+
154
+ this.displayIcons();
155
};
156
157
// -- Attach plugin to jQuery's prototype --------------------------------------
0 commit comments