File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Edit-in-Prose" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Provides an \" Edit in Prose\" link from a hosted file on GitHub." ,
55 "homepage" : " https://github.com/prose/browser-extensions/" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " Edit in Prose" ,
33 "description" : " Provides an \" Edit in Prose\" link from a hosted file on GitHub." ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 1.2.0 " ,
55 "manifest_version" : 2 ,
66 "author" : " Tristen Brown" ,
77 "homepage_url" : " http://prose.io" ,
Original file line number Diff line number Diff line change 3535 const link = document . createElement ( 'a' ) ;
3636 link . id = 'prose' ;
3737 link . innerHTML = '<span class="prose-icon"></span>Edit in Prose' ;
38- link . className = 'btn btn-sm BtnGroup-item' ;
38+ link . className = 'btn btn-sm BtnGroup-item tooltipped tooltipped-n rgh-md-source ' ;
3939 link . rel = 'nofollow' ;
40+ link . setAttribute ( 'aria-label' , 'Open file in Prose.io' ) ;
4041 a = link . firstChild ;
4142 group . insertBefore ( link , group . firstChild ) ;
4243 }
You can’t perform that action at this time.
0 commit comments