зеркало из https://github.com/mozilla/pjs.git
changed == to !=
This commit is contained in:
Родитель
5701c72804
Коммит
1414f527dd
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script>
|
||||
if (window.location.href.lastIndexOf(".xml") == -1)
|
||||
if (window.location.href.lastIndexOf(".xml") != -1)
|
||||
{
|
||||
window.location="test.xml";
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче