mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 14:42:23 +01:00
Cleaned code
This commit is contained in:
@@ -608,7 +608,7 @@
|
||||
$(".mailbox-star").click(function (e) {
|
||||
e.preventDefault();
|
||||
//detect type
|
||||
var $this = $(this).find("a > i")
|
||||
var $this = $(this).find("a > i");
|
||||
var glyph = $this.hasClass("glyphicon");
|
||||
var fa = $this.hasClass("fa");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user