diff --git a/app/elements/elements.html b/app/elements/elements.html
index c1a2ea53..ec7fd75a 100755
--- a/app/elements/elements.html
+++ b/app/elements/elements.html
@@ -39,7 +39,6 @@
-
@@ -90,3 +89,4 @@
+
diff --git a/app/elements/paper-tristate-checkbox/paper-tristate-checkbox.html b/app/elements/paper-tristate-checkbox/paper-tristate-checkbox.html
new file mode 100644
index 00000000..cbbd1246
--- /dev/null
+++ b/app/elements/paper-tristate-checkbox/paper-tristate-checkbox.html
@@ -0,0 +1,435 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bower.json b/bower.json
index eca28ceb..a464f1ac 100755
--- a/bower.json
+++ b/bower.json
@@ -28,7 +28,6 @@
"juicy-jsoneditor": "~1.2.0",
"simplemde": "~1.11.2",
"gobstones-code-runner": "gobstones/gobstones-code-runner#0.10.1",
- "paper-tristate-checkbox": "*",
"ace-builds": "gobstones/ace-builds#^1.4.2",
"paper-spoiler": "BIFIT/paper-spoiler"
},
diff --git a/package.json b/package.json
index a0a80674..445f45d7 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "gobstones-web",
"description": "Gobstones Web",
- "version": "2.22.3",
+ "version": "2.22.4",
"private": true,
"licence": "GPLv3",
"author": "Gobstones (https://gobstones.github.io)",