v1.2.3: Fix Connect button not working (missing updateSendButton function declaration)
This commit is contained in:
@@ -197,13 +197,21 @@
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>About</h3>
|
||||
<p class="about-text">Z.AI Chat v1.2.2</p>
|
||||
<p class="about-text">Z.AI Chat v1.2.3</p>
|
||||
<p class="about-text">Built with Z.AI SDK & GLM-5.1</p>
|
||||
<p class="about-text">Compatible with Android 15/16</p>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h3>Changelog</h3>
|
||||
<ul class="changelog-list">
|
||||
<li>
|
||||
<span class="changelog-version">v1.2.3</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
<ul>
|
||||
<li>Fixed: Connect button not working — missing function declaration caused JS parse error</li>
|
||||
<li>All UI event handlers now correctly initialized on app start</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="changelog-version">v1.2.2</span>
|
||||
<span class="changelog-date">2026-05-19</span>
|
||||
|
||||
@@ -675,6 +675,8 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function updateSendButton() {
|
||||
var input = $('#message-input');
|
||||
var sendBtn = $('#send-btn');
|
||||
var stopBtn = $('#stop-btn');
|
||||
|
||||
Reference in New Issue
Block a user