Skip to content

Commit c354061

Browse files
author
Harshit Kedia
committed
add title to the button and add target blank
1 parent 2036aee commit c354061

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h6 class="center">
7474
<h5>Note:</h5>
7575
<h6>
7676
<ul>
77-
<li>The PRs fetched are according to the date last reviewed by anyone. So if you reviewed a PR 10 days back, and someone reviewed it 2 days back, it will appear in your last week's activity. See <a href="https://github.com/hkedia321/scrum_helper_extension/issues/20">this issue</a>.
77+
<li>The PRs fetched are according to the date last reviewed by anyone. So if you reviewed a PR 10 days back, and someone reviewed it 2 days back, it will appear in your last week's activity. See <a target="_blank" href="https://github.com/hkedia321/scrum_helper_extension/issues/20">this issue</a>.
7878
</li>
7979
<li>By using the extension you understand that there might be discrepancies in the SCRUM generated. You are advised to edit the SCRUM afterwards to remove any discrepancies.
8080
</li>

src/scripts/scrumHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ if(!refreshButton_Placed){
352352
var button=document.createElement("button");
353353
button.style="background-image:none;background-color:#3F51B5;";
354354
button.setAttribute('class', 'F0XO1GC-n-a F0XO1GC-G-a');
355+
button.title='Rewrite your SCRUM using updated settings!';
355356
button.id="refreshButton";
356357
var elemText = document.createTextNode("↻ Rewrite SCRUM!");
357358
button.appendChild(elemText);

0 commit comments

Comments
 (0)