Skip to content

Commit

Permalink
deploy: e404946
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Oct 2, 2024
1 parent c9f7133 commit 661a9a1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion Worker.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion backup.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion global.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion helpers.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion manager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion manager_.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion matching.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
2 changes: 1 addition & 1 deletion storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down
4 changes: 2 additions & 2 deletions worker.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="title">
<h1><a href="index.html" class="link">lib iitc manager</a></h1>

<span class="version">v1.9.2</span>
<span class="version">v1.9.3</span>

</div>
<div class="search-container" id="search-container">
Expand Down Expand Up @@ -749,7 +749,7 @@ <h1><a href="index.html" class="link">lib iitc manager</a></h1>
}

// Updating a disabled plugin should not trigger the event
if (event !== 'remove' &amp;&amp; plugins[uid]?.status !== 'on') {
if (!isCore &amp;&amp; event !== 'remove' &amp;&amp; plugins[uid]?.status !== 'on') {
delete plugins[uid];
}
}
Expand Down

0 comments on commit 661a9a1

Please sign in to comment.