Merge branch 'release/v1.0.2'
This commit is contained in:
commit
5c90c012da
4 changed files with 12 additions and 0 deletions
4
dist/css/main.css
vendored
4
dist/css/main.css
vendored
|
@ -39,6 +39,10 @@
|
|||
--subpal-1-10: #ffffffff;
|
||||
}
|
||||
|
||||
.table>:not(caption)>*>* {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
#bottom_nav {
|
||||
height:2rem;
|
||||
}
|
||||
|
|
1
dist/js/main.js
vendored
1
dist/js/main.js
vendored
|
@ -37,6 +37,7 @@ $('#calcbody').on('click', '.row_address, .row_range, .row_usable, .row_hosts, .
|
|||
mutate_subnet_map('color', this.dataset.subnet, '', inflightColor)
|
||||
// We could re-render here, but there is really no point, keep performant and just change the background color now
|
||||
//renderTable();
|
||||
//console.log($(this).parent())
|
||||
$(this).parent().css('background-color', inflightColor)
|
||||
}
|
||||
})
|
||||
|
|
2
dist/robots.txt
vendored
Normal file
2
dist/robots.txt
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-Agent: *
|
||||
Allow: /
|
5
dist/sitemap.xml
vendored
Normal file
5
dist/sitemap.xml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc>https://visualsubnetcalc.com/</loc>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in a new issue