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 || {
238238 if ( appfromstore ) {
239239 img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" xlink:href="' + url + '" class="app-icon" /></svg>' ;
240240 } 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>' ;
242241 img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" filter="url(#invertIcon)" xlink:href="' + url + '" class="app-icon"></image></svg>' ;
243242 }
244243 return img ;
Original file line number Diff line number Diff line change 180180 </div>
181181</div>
182182<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>
183186 <div id="apps-list" class="icon-loading"></div>
184187 <div id="apps-list-empty" class="hidden emptycontent emptycontent-search">
185188 <div class="icon-search"></div>
You can’t perform that action at this time.
0 commit comments