mirror of
https://github.com/go-task/task.git
synced 2025-06-17 00:17:51 +02:00
style: remove unneeded white space
This commit is contained in:
1
docs/static/js/carbon.js
vendored
1
docs/static/js/carbon.js
vendored
@ -2,7 +2,6 @@
|
|||||||
function attachAd() {
|
function attachAd() {
|
||||||
var wrapper = document.getElementById('sidebar-ads');
|
var wrapper = document.getElementById('sidebar-ads');
|
||||||
if (wrapper) {
|
if (wrapper) {
|
||||||
|
|
||||||
var el = document.createElement('script');
|
var el = document.createElement('script');
|
||||||
el.setAttribute('type', 'text/javascript');
|
el.setAttribute('type', 'text/javascript');
|
||||||
el.setAttribute('id', '_carbonads_js');
|
el.setAttribute('id', '_carbonads_js');
|
||||||
|
Reference in New Issue
Block a user