diff --git a/app/assets/v2/js/pages/dashboard.js b/app/assets/v2/js/pages/dashboard.js index ff607fbd70f..23c58da612c 100644 --- a/app/assets/v2/js/pages/dashboard.js +++ b/app/assets/v2/js/pages/dashboard.js @@ -140,7 +140,7 @@ var addTechStackKeywordFilters = function(value) { isTechStack = true; $('.filter-tags').append('' + value + '' + - ''); + ''); $('input[name="tech_stack"][value=' + value + ']').prop('checked', true); } @@ -154,7 +154,7 @@ var addTechStackKeywordFilters = function(value) { } $('.filter-tags').append('' + value + '' + - ''); + ''); } }; @@ -167,7 +167,7 @@ var getFilters = function() { $.each($('input[name="' + key + '"]:checked'), function() { if ($(this).attr('val-ui')) { _filters.push('' + $(this).attr('val-ui') + '' + - ''); + ''); } }); } @@ -175,7 +175,7 @@ var getFilters = function() { if (localStorage['keywords']) { localStorage['keywords'].split(',').forEach(function(v, k) { _filters.push('' + v + '' + - ''); + ''); }); } diff --git a/app/assets/v2/js/shared.js b/app/assets/v2/js/shared.js index 075fed6f9af..4acd611f493 100644 --- a/app/assets/v2/js/shared.js +++ b/app/assets/v2/js/shared.js @@ -504,13 +504,13 @@ var randomElement = function(array) { var trigger_sidebar_web3_disabled = function() { $('#upper_left').addClass('disabled'); - $('#sidebar_head').html(''); + $('#sidebar_head').html(''); $('#sidebar_p').html('
Web3 disabled
Please install Metamask
What is Metamask and why do I need it?.
Web3 locked
Please unlock Metamask.
'); }; @@ -547,11 +547,11 @@ var trigger_sidebar_web3 = function(network) { if (is_supported_network) { $('#upper_left').removeClass('disabled'); - $('#sidebar_head').html(""); + $('#sidebar_head').html(""); $('#sidebar_p').html('
Web3 enabled
' + sidebar_p); } else { $('#upper_left').addClass('disabled'); - $('#sidebar_head').html(""); + $('#sidebar_head').html(""); sidebar_p += '
(try ' + recommended_network + ')
'; $('#sidebar_p').html('Unsupported network
' + sidebar_p); } diff --git a/app/dashboard/templates/bounty_details.html b/app/dashboard/templates/bounty_details.html index afdedb60009..fc638fe700d 100644 --- a/app/dashboard/templates/bounty_details.html +++ b/app/dashboard/templates/bounty_details.html @@ -18,7 +18,7 @@