|
@@ -13,10 +13,11 @@ App.Events = (function(lng, undefined) {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
- $$('section#sec-1 header a .icon.cloud').tap(function(event) {
|
|
|
|
|
|
|
+ $$('section#sec-1 header #btn-toggle-loading').tap(function(event) {
|
|
|
var el = lng.dom(this);
|
|
var el = lng.dom(this);
|
|
|
- el.hide();
|
|
|
|
|
- el.siblings('.loading').removeClass('disable');
|
|
|
|
|
|
|
+
|
|
|
|
|
+ el.children('.icon').hide();
|
|
|
|
|
+ lng.View.Element.loading(this, 'white');
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
//SPECIAL
|
|
//SPECIAL
|