mirror of
https://github.com/openvk/openvk
synced 2024-12-31 21:00:06 +03:00
Messages: Use local Knockout instead of their CDN
This commit is contained in:
parent
1a436a8575
commit
b32ad042d7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://knockoutjs.com/downloads/knockout-3.5.1.js"></script>
|
{script "js/node_modules/knockout/build/output/knockout-latest.js"}
|
||||||
<script>
|
<script>
|
||||||
function MessengerViewModel(initialMessages = []) {
|
function MessengerViewModel(initialMessages = []) {
|
||||||
window.messages = ko.observableArray(initialMessages);
|
window.messages = ko.observableArray(initialMessages);
|
||||||
|
|
Loading…
Reference in a new issue