apostrophe-redirects
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "apostrophe-redirects", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Allows admins to create redirects within an Apostrophe site", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,4 +52,4 @@ function AposRedirects() { | ||
$item.attr('data-id', response.result._id); | ||
$item.addClass('apos-saveing'); | ||
var t = setTimeout(function() {$item.removeClass('apos-saveing')}, 1000); | ||
$item.addClass('apos-saving'); | ||
var t = setTimeout(function() {$item.removeClass('apos-saving')}, 1000); | ||
} | ||
@@ -56,0 +56,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12724