dropped usage of gulp,

by using the external tool
[jsmin](https://github.com/douglascrockford/JSMin.git)
This commit is contained in:
2019-05-29 21:37:54 +01:00
parent 04d167fcca
commit 9ed0eabb0d
22 changed files with 3690 additions and 4445 deletions

View File

@ -46,7 +46,7 @@
<script>
$(document).ready(function() {
if (typeof allowCircleToBlog !== "undefined") {
if (typeof(allowCircleToBlog) !== 'undefined') {
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
}
});