Skip to content

Commit

Permalink
Fixed error in link
Browse files Browse the repository at this point in the history
  • Loading branch information
aopell committed Jan 30, 2018
1 parent cf165dd commit dd46fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let modals = [
createElement("div", ["setting-entry"], {}, [
createElement("h3", ["setting-title"], { textContent: "Install from JSON:" }),
createElement("textarea", ["setting-item"], { rows: 10, cols: 50, id: "theme-json" }),
createElement("p", ["setting-description"], { innerHTML: "Load a theme from a JSON string. <a href='https://github.com/aopell/SchoologyPlus/themes'>Click here for format and examples</a>" }),
createElement("p", ["setting-description"], { innerHTML: "Load a theme from a JSON string. <a href='https://github.com/aopell/SchoologyPlus/tree/master/themes'>Click here for format and examples</a>" }),
createButton("add-theme", "Install Theme", createTheme)
]),
createElement("div", ["setting-entry"], { id: "themes-list" }, [
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Schoology Plus",
"short_name": "Schoology+",
"description": "Provides some enhancements to your LAUSD Schoology experience",
"version": "3.6",
"version": "3.6.1",
"icons": {
"128": "imgs/[email protected]",
"64": "imgs/[email protected]",
Expand Down

0 comments on commit dd46fc0

Please sign in to comment.