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