File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name GitHub RTL Comments
3- // @version 1.3.3
3+ // @version 1.3.4
44// @description A userscript that adds a button to insert RTL text blocks in comments
55// @license MIT
66// @author Rob Garrison
1919// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
2020// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2121// ==/UserScript==
22- /* global GM */
2322( ( ) => {
2423 "use strict" ;
2524
5756 if ( indx ) {
5857 button = document . createElement ( "button" ) ;
5958 button . type = "button" ;
60- button . className = "ghu-rtl toolbar-item tooltipped tooltipped-n" ;
59+ button . className = "btn-octicon ghu-rtl toolbar-item tooltipped tooltipped-n" ;
6160 button . setAttribute ( "aria-label" , "RTL" ) ;
6261 button . setAttribute ( "tabindex" , "-1" ) ;
6362 button . innerHTML = icon ;
You can’t perform that action at this time.
0 commit comments