diff --git a/src/main/twirl/repo/files.scala.html b/src/main/twirl/repo/files.scala.html
index c3f7985..b396d98 100644
--- a/src/main/twirl/repo/files.scala.html
+++ b/src/main/twirl/repo/files.scala.html
@@ -24,7 +24,7 @@
-
+ |
@latestCommit.committer
@helpers.datetime(latestCommit.time)
diff --git a/src/main/webapp/assets/colorpicker/js/bootstrap-colorpicker.js b/src/main/webapp/assets/colorpicker/js/bootstrap-colorpicker.js
index 5cc0076..818b3cf 100644
--- a/src/main/webapp/assets/colorpicker/js/bootstrap-colorpicker.js
+++ b/src/main/webapp/assets/colorpicker/js/bootstrap-colorpicker.js
@@ -224,7 +224,7 @@
'mousedown': this.hide
});
if (this.component){
- this.element.find('input').prop('value', this.format.call(this));
+ this.element.find('input[type=hidden]').prop('value', this.format.call(this));
}
this.element.data('color', this.format.call(this));
} else {
|