Merge pull request #3077 from adamwight/test_fixtures
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
index 350f81fa65bb990d0221fc887ce46157ecd56b44..0dac59a7c8376ebb7e8f7964965adeda26b9c9cb 100644 (file)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <script type="text/javascript">
-  window.location = "{$redirectURL}"
+  window.location.href = "{$redirectURL}"
 </script>
 <title>{$title}</title>
 </head>
@@ -11,4 +11,4 @@
 {$message}
 </p>
 </body>
-</html>
\ No newline at end of file
+</html>