File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ OC.Settings.Apps = OC.Settings.Apps || {
238
238
if ( appfromstore ) {
239
239
img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" xlink:href="' + url + '" class="app-icon" /></svg>' ;
240
240
} else {
241
- img += '<defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>' ;
242
241
img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" filter="url(#invertIcon)" xlink:href="' + url + '" class="app-icon"></image></svg>' ;
243
242
}
244
243
return img ;
Original file line number Diff line number Diff line change 180
180
</div>
181
181
</div>
182
182
<div id="app-content">
183
+ <svg height="0">
184
+ <defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
185
+ </svg>
183
186
<div id="apps-list" class="icon-loading"></div>
184
187
<div id="apps-list-empty" class="hidden emptycontent emptycontent-search">
185
188
<div class="icon-search"></div>
You can’t perform that action at this time.
0 commit comments