Skip to content

Commit

Permalink
deploy: 9dc7c01
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Sep 18, 2024
1 parent b75232b commit 9dbe481
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</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.0</span>
<span class="version">v1.9.1</span>

</div>
<div class="search-container" id="search-container">
Expand Down
7 changes: 6 additions & 1 deletion 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.0</span>
<span class="version">v1.9.1</span>

</div>
<div class="search-container" id="search-container">
Expand Down Expand Up @@ -747,6 +747,11 @@ <h1><a href="index.html" class="link">lib iitc manager</a></h1>
} else if (useUser) {
plugins[uid] = plugin_user || {};
}

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

if (Object.keys(plugins).length) {
Expand Down

0 comments on commit 9dbe481

Please sign in to comment.