File tree Expand file tree Collapse file tree 3 files changed +0
-48
lines changed Expand file tree Collapse file tree 3 files changed +0
-48
lines changed Original file line number Diff line number Diff line change 11
11
// import PickerButton from './PickerButton.svelte';
12
12
// import ProfileButton from './ProfileButton.svelte';
13
13
// import Profiler from './Profiler.svelte';
14
- import ReloadExtension from ' ./ReloadExtension.svelte' ;
15
14
import SearchBox from ' ./SearchBox.svelte' ;
16
15
import VisibilitySelection from ' ./VisibilitySelection.svelte' ;
17
16
160
159
<ConnectMessage />
161
160
{/if }
162
161
163
- <ReloadExtension />
164
-
165
162
<style >
166
163
main {
167
164
flex : 1 1 0 ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ chrome.runtime.onConnect.addListener((port) => {
13
13
ports . set ( message . tabId , sender ) ;
14
14
15
15
return chrome . tabs . onUpdated . addListener ( courier ) ;
16
- } else if ( message . type === 'ext/reload' ) {
17
- return chrome . runtime . reload ( ) ;
18
16
} else if ( message . type === 'page/refresh' ) {
19
17
return chrome . tabs . reload ( message . tabId , { bypassCache : true } ) ;
20
18
}
You can’t perform that action at this time.
0 commit comments