Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
fix typo in fomantic plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 21, 2019
1 parent 1f33e0d commit b9effd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
}

group 'io.kweb'
version '0.4.10'
version '0.4.11'

apply plugin: 'java'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FomanticUIPlugin : KwebPlugin(dependsOn = setOf(jqueryCore)) {
override fun decorate(startHead: StringBuilder, endHead: StringBuilder) {
startHead.append("""
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/somantic.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
""".trimIndent())
Expand Down

0 comments on commit b9effd8

Please sign in to comment.