mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Updated version comparison
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ else
|
||||
}
|
||||
|
||||
// Hide "exact match" button on queryads.php page if version is 2.9.5 or lower
|
||||
if(versionCompare(piholeVersion, "v2.9.5") < 1 || versionCompare(piholeVersion, "vDev") = 1 )
|
||||
if(versionCompare(piholeVersion, "v2.9.5") < 1)
|
||||
{
|
||||
$("#btnSearchExact").hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user