fix: SDK page not displaying content
Removed script.js include that was causing errors (no loading screen on SDK page) and added 'visible' class directly to main-content div so content displays immediately without JavaScript dependency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -174,7 +174,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main-content" class="main-content">
|
<div id="main-content" class="main-content visible">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<img src="../logo.png" alt="SilverLabs Logo" class="logo">
|
<img src="../logo.png" alt="SilverLabs Logo" class="logo">
|
||||||
</header>
|
</header>
|
||||||
@@ -423,7 +423,5 @@ curl https://library.silverlabs.uk/api/modules/search?q=auth</code></div>
|
|||||||
<a href="/" class="back-link">← Back to SilverLabs Home</a>
|
<a href="/" class="back-link">← Back to SilverLabs Home</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../script.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user