mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed unnecessary semicolon
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ var timeLineChart, queryTypeChart, forwardDestinationChart, forwardDestinationCh
|
||||
|
||||
function padNumber(num) {
|
||||
return ("00" + num).substr(-2,2);
|
||||
};
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user