diff options
Diffstat (limited to 'themes/mantra/admin/settings.php')
-rw-r--r-- | themes/mantra/admin/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/mantra/admin/settings.php b/themes/mantra/admin/settings.php index 553b2d6f..81875345 100644 --- a/themes/mantra/admin/settings.php +++ b/themes/mantra/admin/settings.php @@ -258,7 +258,7 @@ function doAjaxRequest(){ jQuery('#post-dropdown').html(data); }, error: function(errorThrown){ - alert('Error':errorThrown); + alert( {'Error':errorThrown} ); console.log(errorThrown); } }); |