Removed ajax class (not required anymore)

This commit is contained in:
2018-03-23 21:33:19 +01:00
parent 5e4afa9748
commit ccd6e860cf
46 changed files with 90 additions and 90 deletions

View File

@ -5,7 +5,7 @@ component Quote(quote *arn.Quote)
component QuoteContent(quote *arn.Quote)
.quote-content
a.quotation.ajax(href=quote.Link())
a.quotation(href=quote.Link())
blockquote!= markdown.Render(quote.Text.English)
if quote.CharacterID != "" && quote.Character() != nil
@ -17,4 +17,4 @@ component QuoteFooter(quote *arn.Quote)
span posted
span.utc-date(data-date=quote.Created)
span by
a.ajax(href=quote.Creator().Link())= quote.Creator().Nick
a(href=quote.Creator().Link())= quote.Creator().Nick