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) }) }