File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ public function renderHead()
6363 $ cssRoute = preg_replace ('/\Ahttps?:/ ' , '' , $ cssRoute );
6464 $ jsRoute = preg_replace ('/\Ahttps?:/ ' , '' , $ jsRoute );
6565
66- $ html = "<link rel='stylesheet' type='text/css' property='stylesheet' href=' {$ cssRoute }'> " ;
67- $ html .= "<script src=' {$ jsRoute }'></script> " ;
66+ $ html = "<link rel='stylesheet' type='text/css' property='stylesheet' href=' {$ cssRoute }' data-turbolinks-eval='false' data-turbo-eval='false' > " ;
67+ $ html .= "<script src=' {$ jsRoute }' data-turbolinks-eval='false' data-turbo-eval='false' ></script> " ;
6868
6969 if ($ this ->isJqueryNoConflictEnabled ()) {
70- $ html .= '<script>jQuery.noConflict(true);</script> ' . "\n" ;
70+ $ html .= '<script data-turbo-eval="false" >jQuery.noConflict(true);</script> ' . "\n" ;
7171 }
7272
7373 $ html .= $ this ->getInlineHtml ();
You can’t perform that action at this time.
0 commit comments