Disallow block padding
This commit is contained in:
@@ -14,7 +14,6 @@ define(['css!./loading'], function () {
|
||||
var elem = loadingElem;
|
||||
|
||||
if (!elem) {
|
||||
|
||||
elem = document.createElement('div');
|
||||
loadingElem = elem;
|
||||
|
||||
@@ -56,7 +55,6 @@ define(['css!./loading'], function () {
|
||||
var elem = loadingElem;
|
||||
|
||||
if (elem) {
|
||||
|
||||
elem.classList.remove('mdlSpinnerActive');
|
||||
|
||||
elem.classList.remove('mdl-spinner__layer-1-active');
|
||||
|
||||
Reference in New Issue
Block a user