Skip to content

Commit

Permalink
Merge pull request #183 from aopell/develop
Browse files Browse the repository at this point in the history
Version 6.2 part 2
  • Loading branch information
aopell authored May 24, 2020
2 parents 4120564 + 35ac906 commit 1d60a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/grades.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ var fetchQueue = [];
}, [
createElement("span", [], { textContent: "Enable what-if grades" }),
createElement("a", ["splus-grade-help-btn"], {
href: "https://github.com/aopell/SchoologyPlus/wiki/What-If-Grades",
href: "https://schoologypl.us/docs/grades",
target: "_blank"
}, [createElement("span", ["icon-help"])])
]);
Expand Down
6 changes: 3 additions & 3 deletions theme-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ul id="nav-mobile" class="left">
<li>
<a data-position="right" data-tooltip="Help" class="waves-effect waves-light tooltipped splus-track-clicks"
href="https://github.com/aopell/SchoologyPlus/wiki/Theme-Editor#wiki-content"
href="https://schoologypl.us/docs/themes"
id="help-navbar"
target="_blank">
<i class="material-icons">help</i>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h6 style="line-height: 24px; vertical-align: middle;"><i class="material-icons
This section contains advanced features. Please consult <a
style="color: black; text-decoration: underline" target="_blank"
id="help-documentation-rainbow" class="splus-track-clicks"
href="https://github.com/aopell/SchoologyPlus/wiki/Creating-a-Theme#Rainbow">the
href="https://schoologypl.us/docs/themes/create#rainbow">the
documentation</a> for how to use rainbow colors in your theme.
</p>
</div>
Expand Down Expand Up @@ -473,7 +473,7 @@ <h6 style="line-height: 24px; vertical-align: middle;"><i
This section contains advanced features. Please consult <a
style="color: black; text-decoration: underline" target="_blank"
id="help-documentation-icons" class="splus-track-clicks"
href="https://github.com/aopell/SchoologyPlus/wiki/Creating-a-Theme#Icons">the
href="https://schoologypl.us/docs/themes/create#icons">the
documentation</a> for how to use custom icons in your theme.
</p>
</div>
Expand Down

0 comments on commit 1d60a43

Please sign in to comment.