File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 469469 } ;
470470
471471 function addSuggestions ( commentForm ) {
472- var jssuggester = commentForm . parentNode . parentNode . querySelector ( ".js- suggester-container .js- suggester" ) ;
472+ var jssuggester = commentForm . parentNode . parentNode . querySelector ( ".suggester-container .suggester" ) ;
473473 var url = jssuggester . getAttribute ( "data-url" ) ;
474474 unsafeWindow . $ . fetchText ( url ) . then ( function ( suggestionsData ) {
475475 suggestionsData = suggestionsData . replace ( / j s - n a v i g a t i o n - i t e m / g, "function-button js-navigation-item select-menu-item" ) ;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Add features to enhance comments & wiki on [Github](https://github.com) and comm
3333 * Added underline button;
3434 * Added option to choose the character that precedes the list;
3535 * Added option to choose the characters that makes up a horizontal line;
36+ * Fixed running on GitHub Gists (fixes https://github.com/jerone/UserScripts/issues/43 );
3637 * Searching snippets improved;
3738 * Improve table code;
3839 * Added missing tooltips;
@@ -97,7 +98,7 @@ Add features to enhance comments & wiki on [Github](https://github.com) and comm
9798* https://github.com/jerone/UserScripts/issues/1 (new comment & edit comment)
9899* https://github.com/jerone/UserScripts/commit/master (comments below & inline comments)
99100* https://github.com/jerone/UserScripts/wiki/_new (new wiki)
100- * https://github.com/jerone/OpenUserJS.org/compare/master...app_route (new PR)
101+ * https://github.com/jerone/bootstrap-material-design/pull/new/feature/sass (new PR)
101102* https://gist.github.com/jerone/9526258 (new comment & edit comment)
102103
103104
You can’t perform that action at this time.
0 commit comments