diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-01-31 00:07:23 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-01-31 00:07:23 +0100 |
commit | d7059e321f796301c19cb1b9746eb3e27d7480bd (patch) | |
tree | 43f297d4a0646af5948aa3cc06bb836779097e56 /examples/showcase/src | |
parent | 20224268cfd05aefd935547e44dd938cf6e2e312 (diff) | |
download | kvision-d7059e321f796301c19cb1b9746eb3e27d7480bd.tar.gz kvision-d7059e321f796301c19cb1b9746eb3e27d7480bd.tar.bz2 kvision-d7059e321f796301c19cb1b9746eb3e27d7480bd.zip |
Option to disable Bootstrap CSS
Diffstat (limited to 'examples/showcase/src')
-rw-r--r-- | examples/showcase/src/main/kotlin/com/example/Main.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/showcase/src/main/kotlin/com/example/Main.kt b/examples/showcase/src/main/kotlin/com/example/Main.kt index 98c94f25..a3891526 100644 --- a/examples/showcase/src/main/kotlin/com/example/Main.kt +++ b/examples/showcase/src/main/kotlin/com/example/Main.kt @@ -23,6 +23,7 @@ fun main(args: Array<String>) { } if (document.body != null) { + KVManager.start() application = start(state) } else { KVManager.init() |