minor text fix

This commit is contained in:
David Miller 2017-03-31 18:16:22 -04:00
parent 7877676292
commit 50616c3b88

View File

@ -1,7 +1,7 @@
(function($) { (function($) {
"use strict"; // Start of use strict "use strict"; // Start of use strict
// Smooth scrolling using jQuery Easing // Smooth scrolling using jQuery easing
$('a[href*="#"]:not([href="#"])').click(function() { $('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash); var target = $(this.hash);