We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d93656e + 033884b commit c737eb4Copy full SHA for c737eb4
1 file changed
app/js/ui/system.js
@@ -12,7 +12,7 @@ export function initSystem() {
12
var installPath = manifestData.install_path;
13
14
if (!installed && repoPublic && installPath === 'plugins-available') {
15
- insidersHTML = 'Available with <i class="fas fa-heart heart me-1"></i><a href="https://docs.raspap.com/insiders" target="_blank" rel="noopener">Insiders</a>';
+ const insidersHTML = 'Available with <i class="fas fa-heart heart me-1"></i><a href="https://docs.raspap.com/insiders" target="_blank" rel="noopener">Insiders</a>';
16
$('#plugin-additional').html(insidersHTML);
17
} else {
18
$('#plugin-additional').empty();
0 commit comments