Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpulux committed Apr 17, 2023
1 parent db272b7 commit 047d891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lona_bootstrap_5/templates/bootstrap_5/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// setup lona context ---------------------------------------------------------
window.addEventListener('load', () => {
var lona_context = new Lona.LonaContext({
target: '#lona',
title: '{{ settings.BOOTSTRAP_5_TITLE }}',
Expand Down Expand Up @@ -148,4 +149,5 @@ lona_context.add_message_handler(function(lona_context, raw_message) {
});

// init -----------------------------------------------------------------------
lona_context.setup();
lona_context.setup();
});

0 comments on commit 047d891

Please sign in to comment.