fixes typo

This commit is contained in:
Wilbur Powery 2017-11-08 16:03:57 -06:00
parent 1ab8bfbe15
commit f5b93130d7

View File

@ -36,7 +36,7 @@ $.when($.ready).then(function() {
// Scroll to the top of the page
$(document).scrollTop(0)
// Add page load to brower history
// Add page load to browser history
window.history.pushState({
'href': href,
'title': title,