Skip to content

Commit

Permalink
deploy: f41190e
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtoyan committed Apr 21, 2024
1 parent b4759a0 commit d6e3ba1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ <h1 id="map-voting-setup"><a class="header" href="#map-voting-setup">Map Voting
</li>
<li>Open <code>MapVoteHistory.ini</code>, find maps that require <a href="tech/./Links.html#map-packages" title="fixes zed classes in old maps scripted triggers">CustomSpawnFix</a> and fill <code>U=</code> fields like in this example:</li>
</ul>
<pre><code class="language-java">H=(M=&quot;KF-SaarV7&quot;,P=9,S=5,G=,U=&quot;CustomSpawnFix.CustomSpawnFixMut&quot;)
<pre><code class="language-java">H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
</code></pre>
<ul>
<li>If some of the maps are missing from <code>MapVoteHistory.ini</code> - either play on them first or add them here manually.</li>
Expand Down
2 changes: 1 addition & 1 deletion searcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ window.search = window.search || {};

// Eventhandler for keyevents on `document`
function globalKeyHandler(e) {
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; }
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text' || !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName)) { return; }

if (e.keyCode === ESCAPE_KEYCODE) {
e.preventDefault();
Expand Down
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://insultingpros.github.io/KFStory/Aliens.html</loc>
<lastmod>2023-10-02T10:37:24.017Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/DeadSpace.html</loc>
<lastmod>2023-10-02T10:37:24.021Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/Doom.html</loc>
<lastmod>2023-10-02T10:37:24.021Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/GlassHouse.html</loc>
<lastmod>2023-10-02T10:37:24.021Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/GunGame.html</loc>
<lastmod>2023-10-02T10:37:24.025Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/KFMode.html</loc>
<lastmod>2023-10-02T10:37:24.025Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/KFObjective.html</loc>
<lastmod>2023-10-02T10:37:24.029Z</lastmod>
<lastmod>2024-04-21T11:12:19.538Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/TestingMode.html</loc>
<lastmod>2023-10-02T10:37:24.029Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/ToyMaster.html</loc>
<lastmod>2023-10-02T10:37:24.029Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/Trials.html</loc>
<lastmod>2023-10-02T10:37:24.033Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/index.html</loc>
<lastmod>2023-10-02T10:37:24.017Z</lastmod>
<lastmod>2024-04-21T11:12:19.534Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/tech/Credits.html</loc>
<lastmod>2023-10-02T10:37:24.037Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/tech/Links.html</loc>
<lastmod>2023-10-02T10:37:24.033Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
<url>
<loc>https://insultingpros.github.io/KFStory/tech/ServerSetup.html</loc>
<lastmod>2023-10-02T10:37:24.037Z</lastmod>
<lastmod>2024-04-21T11:12:19.542Z</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion tech/ServerSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h1 id="map-voting-setup"><a class="header" href="#map-voting-setup">Map Voting
</li>
<li>Open <code>MapVoteHistory.ini</code>, find maps that require <a href="./Links.html#map-packages" title="fixes zed classes in old maps scripted triggers">CustomSpawnFix</a> and fill <code>U=</code> fields like in this example:</li>
</ul>
<pre><code class="language-java">H=(M=&quot;KF-SaarV7&quot;,P=9,S=5,G=,U=&quot;CustomSpawnFix.CustomSpawnFixMut&quot;)
<pre><code class="language-java">H=(M="KF-SaarV7",P=9,S=5,G=,U="CustomSpawnFix.CustomSpawnFixMut")
</code></pre>
<ul>
<li>If some of the maps are missing from <code>MapVoteHistory.ini</code> - either play on them first or add them here manually.</li>
Expand Down

0 comments on commit d6e3ba1

Please sign in to comment.