Move popup to pages/ directory
This commit is contained in:
parent
4bc3d7dcc1
commit
add342f854
|
@ -26,7 +26,7 @@
|
|||
"browser_action": {
|
||||
"default_icon": "icons/icon.png",
|
||||
"default_title": "Multi engine search",
|
||||
"default_popup": "popup/search.html"
|
||||
"default_popup": "pages/popup.html"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<input type="text" id="searchbox" placeholder="Search…"/>
|
||||
<button type="button" class="search button">Search</button>
|
||||
<br/>
|
||||
<script src="search.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
<div>
|
||||
<select id="presets">
|
||||
</select>
|
Ŝarĝante…
Reference in New Issue