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 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts21437496.66</string> </value> <value> <string>ts21438314.37</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -127,6 +127,7 @@ function processRequest() {\n ...@@ -127,6 +127,7 @@ function processRequest() {\n
},\n },\n
function () {\n function () {\n
alert(\'Your Software Instance has been requested\');\n alert(\'Your Software Instance has been requested\');\n
window.location.hash = \'\';\n
});\n });\n
}\n }\n
\n \n
...@@ -225,7 +226,8 @@ function hashController ()\n ...@@ -225,7 +226,8 @@ function hashController ()\n
break;\n break;\n
}\n }\n
}\n }\n
} }\n
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -235,7 +237,7 @@ function hashController ()\n ...@@ -235,7 +237,7 @@ function hashController ()\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>5853</int> </value> <value> <int>5885</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
331 332
\ No newline at end of file \ 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