move files
This commit is contained in:
		
							parent
							
								
									ec43576519
								
							
						
					
					
						commit
						6451dfd065
					
				
					 11 changed files with 6 additions and 6 deletions
				
			
		|  | @ -8,7 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| 	"action": { | 	"action": { | ||||||
| 	  "default_icon": "gui/icons/logo_no_tiny.png", | 	  "default_icon": "gui/icons/logo_no_tiny.png", | ||||||
|       "default_popup": "gui/pages/open/popup.htm" |       "default_popup": "pages/open/popup.htm" | ||||||
| 	}, | 	}, | ||||||
| 
 | 
 | ||||||
| 	"background": { | 	"background": { | ||||||
|  | @ -33,7 +33,7 @@ | ||||||
| 		"512": "gui/icons/logo_tiny.png" | 		"512": "gui/icons/logo_tiny.png" | ||||||
| 	}, | 	}, | ||||||
| 
 | 
 | ||||||
| 	"options_page": "gui/pages/open/settings.htm", | 	"options_page": "pages/open/settings.htm", | ||||||
| 
 | 
 | ||||||
| 	"default_locale": "en" | 	"default_locale": "en" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| <html> | <html> | ||||||
| 	<head> | 	<head> | ||||||
| 		<script src="../scripts/pages/settings.js"></script> | 		<script src="../scripts/pages/settings.js" type="module"></script> | ||||||
| 		<script src="../styles/external/materialize/js/materialize.js"></script> | 		<script src="../styles/external/materialize/js/materialize.js"></script> | ||||||
| 
 | 
 | ||||||
| 		<title for="term_preferences"></title> | 		<title for="term_preferences"></title> | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| <head> | <head> | ||||||
|     <script src="../../styles/external/materialize/js/materialize.js"></script> |     <script src="../../styles/external/materialize/js/materialize.js"></script> | ||||||
|     <script src="../../scripts/pages/settings.js"></script> |     <script src="../../scripts/pages/settings.js" type="module"></script> | ||||||
| 
 | 
 | ||||||
|     <title for="filters"></title> |     <title for="filters"></title> | ||||||
| </head> | </head> | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| import windowman from "/scripts/GUI/windowman.JS"; | import windowman from "/scripts/GUI/windowman.JS"; | ||||||
| 
 | 
 | ||||||
| function redirect() { | function redirect() { | ||||||
|   windowman.new(`/gui/pages/settings.htm`); |   windowman.new(`/pages/settings.htm`); | ||||||
| 
 | 
 | ||||||
|   window.close(); |   window.close(); | ||||||
| } | } | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
| import windowman from "/scripts/GUI/windowman.JS"; | import windowman from "/scripts/GUI/windowman.JS"; | ||||||
| 
 | 
 | ||||||
| function redirect() { | function redirect() { | ||||||
|   windowman.new(`gui/pages/settings.htm`); |   windowman.new(`/pages/settings.htm`); | ||||||
| 
 | 
 | ||||||
|   window.close(); |   window.close(); | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue