Skip to content

Fix/plugins manager syntax error#192

Merged
ChuckBuilds merged 6 commits intomainfrom
fix/plugins-manager-syntax-error
Jan 16, 2026
Merged

Fix/plugins manager syntax error#192
ChuckBuilds merged 6 commits intomainfrom
fix/plugins-manager-syntax-error

Conversation

@ChuckBuilds
Copy link
Copy Markdown
Owner

No description provided.

Chuck added 4 commits January 14, 2026 20:16
Fixed syntax error where the if statement starting at line 2949 was missing
its closing brace before the else if statement. This caused 'Unexpected token
else' error at line 3257 when parsing the loadCustomHtmlWidget function.

The fix adds the missing closing brace at line 3048 to properly close the
if block before the else if chain continues.
…er.js

- Fixed indentation of else if chain for custom-feeds widget (line 3203)
- Fixed indentation of final else block (line 3240)
- Added missing closing brace to properly close array handling block (line 3257)
- Resolves 'Unexpected token else' syntax error at line 3257
- Allows plugin store to load correctly
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 16, 2026

Warning

Rate limit exceeded

@ChuckBuilds has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 55 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between fadcf0f and ef1db67.

📒 Files selected for processing (2)
  • web_interface/static/v3/plugins_manager.js
  • web_interface/templates/v3/base.html

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ChuckBuilds ChuckBuilds merged commit 23ada60 into main Jan 16, 2026
1 check passed
@ChuckBuilds ChuckBuilds deleted the fix/plugins-manager-syntax-error branch January 16, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant