nodebb-plugin-cards
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "nodebb-plugin-cards", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "NodeBB plugin that extends the mentions plugin with hover cards", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
@@ -74,4 +74,2 @@ "use strict"; | ||
success: function(result) { | ||
result.name = result.fullname || result.username; | ||
app.parseAndTranslate('cards/profile', result, function(cardHTML) { | ||
@@ -78,0 +76,0 @@ // If target is not the currentCard and if the target is the targetCard |
Sorry, the diff of this file is not supported yet
14898
157