fixing syntax error in the ajax loading bar action for the front page sidebar events
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jan 2017 18:20:04 +0000 (13:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 Jan 2017 18:20:04 +0000 (13:20 -0500)
widget

views/front/events/sidebarEvents.html

index 502d2cb..6b6ea8e 100644 (file)
                 data: data_array,
                 beforeSend: function(){
                    $('.sidebar-events-overlay').show();
-                   $(".loading").show();
+                   $(".sidebar-loading").show();
                 },
                 complete: function(){
                     $('.sidebar-events-overlay').hide();
-                    $(".loading").hide();
+                    $(".sidebar-loading").hide();
                     $('.sidebar-event').fadeIn("slow");
                 },
                 success: function(data){