Skip to content

Commit

Permalink
Revert "Update handlebars from 4.0.5 to 4.0.10"
Browse files Browse the repository at this point in the history
This reverts commit 313799d.

Our 4.0.5 is slightly changed and 4.0.10 doesn't fix #32 yet (we'll need
handlebars 5.0 for that).
  • Loading branch information
marado committed Feb 18, 2018
1 parent d7d1327 commit 60b1760
Show file tree
Hide file tree
Showing 3 changed files with 1,384 additions and 372 deletions.
2 changes: 1 addition & 1 deletion js/bootstrap.js
Expand Up @@ -9,7 +9,7 @@ var _loadScript = function(link, callback) {
document.head.appendChild(script);
};

_loadScript("js/handlebars-v4.0.10.js", function() {
_loadScript("js/handlebars-v4.0.5.js", function() {
_loadScript("js/utils.js", function() {
utils.loadTemplate("basebody.html", function(response) {
document.getElementById("app").innerHTML = response.html;
Expand Down

0 comments on commit 60b1760

Please sign in to comment.