nodebb-plugin-mentions-quest
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -63,3 +63,3 @@ 'use strict'; | ||
route: '/plugins/mentions-quest', | ||
name: 'Mentions' | ||
name: 'Mentions Quest' | ||
}); | ||
@@ -66,0 +66,0 @@ |
{ | ||
"name": "nodebb-plugin-mentions-quest", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their display name", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
@@ -14,3 +14,3 @@ 'use strict'; | ||
$('#save').on('click', function () { | ||
Settings.save('mentions', $('.mentions-settings'), function () { | ||
Settings.save('mentions-quest', $('.mentions-settings'), function () { | ||
app.alert({ | ||
@@ -17,0 +17,0 @@ type: 'success', |
35617