Index: components/dom_distiller/content/resources/dom_distiller_viewer.html |
diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
index 4bf077cab0b375f01471846b3e5239b78a84f8d2..be96d5e0188afda7c7a3ae6b72419c948ec4ffe0 100644 |
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html |
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
@@ -11,7 +11,6 @@ found in the LICENSE file. |
<title>$1</title> |
<link rel="stylesheet" href="/$2"> |
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
- <script src="/$3"></script> |
</head> |
<body class="$4"> |
<div id="mainContent"> |
@@ -79,4 +78,5 @@ found in the LICENSE file. |
<a href="$7">$8</a> |
</div> |
</body> |
+<script src="/$3"></script> |
</html> |