From 91efc9d9a1162016bc028b336e9a0197907401e7 Mon Sep 17 00:00:00 2001 From: Jay Van der Zant Date: Sun, 4 Sep 2016 19:58:55 +0100 Subject: [PATCH] Replaced deprecated use of .error with .fail --- assets/js/jquery.popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/jquery.popup.js b/assets/js/jquery.popup.js index 7a7feb6..4cdd371 100644 --- a/assets/js/jquery.popup.js +++ b/assets/js/jquery.popup.js @@ -210,7 +210,7 @@ success : function(data){ callback.call(this, data); }, - error : function(data){ + fail : function(data){ p.o.error.call(p, content, 'ajax'); } });