dropped usage of gulp,
by using the external tool [jsmin](https://github.com/douglascrockford/JSMin.git)
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
if (typeof allowCircleToBlog !== "undefined") {
|
||||
if (typeof(allowCircleToBlog) !== 'undefined') {
|
||||
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user