mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +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>
|
||||
|
||||
<script src="https://knockoutjs.com/downloads/knockout-3.5.1.js"></script>
|
||||
{script "js/node_modules/knockout/build/output/knockout-latest.js"}
|
||||
<script>
|
||||
function MessengerViewModel(initialMessages = []) {
|
||||
window.messages = ko.observableArray(initialMessages);
|
||||
|
|
Loading…
Reference in a new issue