From 2a56f68ea70ffa88b14031514a0bae62f90791d5 Mon Sep 17 00:00:00 2001 From: Ori Schwartz Date: Wed, 2 Nov 2016 13:56:08 -0400 Subject: [PATCH] Copy script contents --- jquery.pjax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.pjax.js b/jquery.pjax.js index bfcccce4..5601fdb0 100644 --- a/jquery.pjax.js +++ b/jquery.pjax.js @@ -776,6 +776,7 @@ function executeScriptTags(scripts) { var type = $(this).attr('type') if (type) script.type = type script.src = $(this).attr('src') + $(script).html($(this).html()); document.head.appendChild(script) }) }