mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 13:25:54 +00:00
prettify debug output
This commit is contained in:
@@ -849,4 +849,8 @@ function getURLParam(strParamName){
|
||||
return strReturn;
|
||||
}
|
||||
|
||||
|
||||
function leading_zero(p) {
|
||||
var s = String(p);
|
||||
if (s.length == 1) s = "0" + s;
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user