Skip to content

Commit

Permalink
Include panieravide.github.io/yohours/js/model.js for now in this repo
Browse files Browse the repository at this point in the history
`yohours/js/model.js` is an old version of YoHours. I will need to update
to the current version some day. A quick check did not bring up a
`canRead` function in the updated YoHours code.
  • Loading branch information
ypid committed Nov 5, 2018
1 parent a01d167 commit 56dfb7b
Show file tree
Hide file tree
Showing 5 changed files with 2,791 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "submodules/panieravide.github.io"]
path = submodules/panieravide.github.io
url = https://github.com/PanierAvide/panieravide.github.io.git
[submodule "submodules/YoHours"]
path = submodules/YoHours
url = https://framagit.org/PanierAvide/YoHours.git
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -21,7 +21,7 @@
var YoHours = function() {};
// Needed by YoHours modul.js
</script>
<script type="text/javascript" src="submodules/panieravide.github.io/yohours/js/model.js"></script>
<script type="text/javascript" src="js/yohours_model.js"></script>
<script type="text/javascript">
var YoHoursChecker = new YoHoursChecker();

Expand Down

0 comments on commit 56dfb7b

Please sign in to comment.