mzta-loading.svg moved in /images/
This commit is contained in:
parent
9894c2114c
commit
cad0cc59cc
3 changed files with 4 additions and 4 deletions
|
|
@ -193,7 +193,7 @@ statusLogger.id = 'statusLogger';
|
|||
statusLogger.style.display = 'none';
|
||||
const statusLoggerImg = document.createElement('img');
|
||||
statusLoggerImg.id = 'statusLoggerImg';
|
||||
statusLoggerImg.src = browser.runtime.getURL('/popup/mzta-loading.svg');
|
||||
statusLoggerImg.src = browser.runtime.getURL('/images/mzta-loading.svg');
|
||||
statusLogger.appendChild(statusLoggerImg);
|
||||
const statusLoggerText = document.createElement('span');
|
||||
statusLoggerText.id = 'statusLoggerText';
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
<circle r="25" fill="#408ee0" cy="50" cx="25">
|
||||
<animate begin="-0.5s" values="25;75;25" keyTimes="0;0.5;1" dur="1s" repeatCount="indefinite" attributeName="cx"></animate>
|
||||
<animate repeatCount="indefinite" dur="1s" keyTimes="0;0.499;0.5;1" calcMode="discrete" values="0;0;1;1" attributeName="fill-opacity"></animate>
|
||||
</circle><g></g></g><!-- [ldio] generated by https://loading.io --></svg>
|
||||
</circle><g></g></g><!-- [ldio] generated by https://loading.io --></svg>
|
||||
|
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 991 B |
|
|
@ -19,9 +19,9 @@
|
|||
</div>
|
||||
<div id="mzta_search_banner">
|
||||
<div id="_spacer_div"> </div>
|
||||
<div id="mzta_sending_prompt"><img src="mzta-loading.svg" title="__MSG_SendingPrompt__"></div>
|
||||
<div id="mzta_sending_prompt"><img src="../images/mzta-loading.svg" title="__MSG_SendingPrompt__"></div>
|
||||
<input type="text" id="mzta_search_input" placeholder="__MSG_SearchPrompt__">
|
||||
<div id="mzta_autocomplete-items-loading"><img src="mzta-loading.svg" title="__MSG_Loading__"></div>
|
||||
<div id="mzta_autocomplete-items-loading"><img src="../images/mzta-loading.svg" title="__MSG_Loading__"></div>
|
||||
<div id="mzta_autocomplete-items"></div>
|
||||
</div>
|
||||
<script src="mzta-popup.js" type="module"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue