Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyas-it83 committed Jan 17, 2017
1 parent 7e9bfd3 commit efe7ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -244,7 +244,6 @@ <h4><strong>The Ultimate Cloud Comparison by <a href="https://github.com/ilyas-i

function RemoveEmptyAHref()
{
alert('hi');
$("a").each(function () {
var href = $(this).attr("href");
if (href == 'https://#' || href == '' || href == 'http://#' || href == '#') { // or anything else you want to remove...
Expand Down

0 comments on commit efe7ee2

Please sign in to comment.