Commit 5cf9703f authored by Łukasz Nowak's avatar Łukasz Nowak

KISS: Just clear hash after informing that instance was requested.

parent 6977663e
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts21437496.66</string> </value>
<value> <string>ts21438314.37</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -127,6 +127,7 @@ function processRequest() {\n
},\n
function () {\n
alert(\'Your Software Instance has been requested\');\n
window.location.hash = \'\';\n
});\n
}\n
\n
......@@ -225,7 +226,8 @@ function hashController ()\n
break;\n
}\n
}\n
}
}\n
]]></string> </value>
</item>
......@@ -235,7 +237,7 @@ function hashController ()\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5853</int> </value>
<value> <int>5885</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
331
\ No newline at end of file
332
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment