sistemata pipe
This commit is contained in:
parent
e9e4f5e4aa
commit
87c95fc7c1
2 changed files with 6 additions and 6 deletions
|
@ -573,9 +573,9 @@ function cercaMe() {
|
|||
var dTime = new Date(time);
|
||||
if (dTime.getTime() <= lastUpdateDate) {
|
||||
//key mi dice l'indice'
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||
} else {
|
||||
items.push("<p><a href='#' onclick='aggiornaora();' style='color:#666;' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</p>");
|
||||
items.push("<p><a href='#' onclick='aggiornaora();' style='color:#666;' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></p>");
|
||||
}
|
||||
});
|
||||
$("<ul/>", {
|
||||
|
|
|
@ -22,10 +22,10 @@ function myJsonCategory(Qcategory, div, addTagCategory) {
|
|||
}
|
||||
});
|
||||
//key mi dice l'indice'
|
||||
items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|<span>" + tag + "</span>|</li>");
|
||||
items.push("<li class='"+ cattag +"'><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small><span>" + tag + "</span>|</li>");
|
||||
}
|
||||
else {*/
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||
|
||||
}
|
||||
$("<ul/>", {
|
||||
|
@ -56,7 +56,7 @@ function myJsonLastPage(div) {
|
|||
var splitTime = time.split("T");
|
||||
var cleanTime = splitTime[0];
|
||||
//key mi dice l'indice'
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|");
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>");
|
||||
}
|
||||
$("<ul/>", {
|
||||
"class": "my-new-list"
|
||||
|
@ -92,7 +92,7 @@ function myJsonCategoryPaginated(Qcategory, div, pageNumber) {
|
|||
var splitTime = time.split("T");
|
||||
var cleanTime = splitTime[0];
|
||||
//key mi dice l'indice'
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small>|</li>");
|
||||
items.push("<li><a href='#singleQpost' data-post='" + id + "'>" + title + "</a><br/><small>" + cleanTime + "</small></li>");
|
||||
}
|
||||
$("<ul/>", {
|
||||
"class": "my-new-list"
|
||||
|
|
Loading…
Reference in a new issue