]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change "" to '' in foundation.interchange.js
authorCorrine Olson <corrine.olson@careerbuilder.com>
Tue, 12 Jul 2016 19:44:11 +0000 (15:44 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 19:44:11 +0000 (15:44 -0400)
js/foundation.interchange.js

index 4c74c1831829be3be36ec97925f61910ac7dad82..2e5b969a623356cdba71494b8fa1bef54ed6ce3b 100644 (file)
@@ -139,7 +139,7 @@ class Interchange {
 
     // Replacing images
     if (this.$element[0].nodeName === 'IMG') {
-      this.$element.attr('src', path).on("load", function() {
+      this.$element.attr('src', path).on('load', function() {
         _this.currentPath = path;
       })
       .trigger(trigger);