💮
Size: a a a
💮
Dv
c
Dv
c
Dv
c
c
Dv
def fillSuggestedQuoteCounters() = {
for {
response <- Ajax.get(s"/api/quote/count/suggested")
quoteCount <- decode[QuoteCount](response.responseText)
} {
dom.document.querySelectorAll(".suggested-quote-counter").map { node =>
node.textContent = quoteCount.count.toString
}
}
}
Dv
Dv
c
Dv
foreach
и у меня боньбит!c
Dv
Dv
Dv
Dv
c
Dv