зеркало из https://github.com/mozilla/gecko-dev.git
Bug 348544: Clean up console-logged errors and warnings in feed subscription, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano
This commit is contained in:
Родитель
da7a582b5f
Коммит
f8b13d9a58
|
@ -52,6 +52,5 @@ var SubscribeHandler = {
|
|||
|
||||
subscribe: function FH_subscribe() {
|
||||
this._feedWriter.subscribe();
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -87,10 +87,6 @@ html {
|
|||
-moz-padding-end: .3em;
|
||||
}
|
||||
|
||||
.field {
|
||||
-moz-appearance: textbox;
|
||||
}
|
||||
|
||||
.styleLessBorderLess {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
|
|
|
@ -87,10 +87,6 @@ html {
|
|||
-moz-padding-end: .3em;
|
||||
}
|
||||
|
||||
.field {
|
||||
-moz-appearance: textbox;
|
||||
}
|
||||
|
||||
.styleLessBorderLess {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
|
@ -223,7 +219,7 @@ a[href] img {
|
|||
|
||||
#handlersMenuList > menupopup > menuitem.menuitem-iconic {
|
||||
-moz-padding-start: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#handlersMenuList > menupopup > .menuitem-iconic > .menu-iconic-left {
|
||||
display: -moz-box;
|
||||
|
|
Загрузка…
Ссылка в новой задаче