Skip to content

Commit

Permalink
Update handlebars from 4.0.5 to 4.0.10
Browse files Browse the repository at this point in the history
Closes: #32
  • Loading branch information
marado committed Oct 5, 2017
1 parent 11fa753 commit 313799d
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 1,384 deletions.
2 changes: 1 addition & 1 deletion js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var _loadScript = function(link, callback) {
document.head.appendChild(script);
};

_loadScript("js/handlebars-v4.0.5.js", function() {
_loadScript("js/handlebars-v4.0.10.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 313799d

Please sign in to comment.