Merge pull request #324 from glitch-soc/load-public-on-admin
Load public javascripts on admin pages
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
#  (REQUIRED) The location of the pack files.
 | 
					#  (REQUIRED) The location of the pack files.
 | 
				
			||||||
pack:
 | 
					pack:
 | 
				
			||||||
  about: packs/about.js
 | 
					  about: packs/about.js
 | 
				
			||||||
  admin:
 | 
					  admin: packs/public.js
 | 
				
			||||||
  auth:
 | 
					  auth:
 | 
				
			||||||
  common:
 | 
					  common:
 | 
				
			||||||
    filename: packs/common.js
 | 
					    filename: packs/common.js
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#  (REQUIRED) The location of the pack files inside `pack_directory`.
 | 
					#  (REQUIRED) The location of the pack files inside `pack_directory`.
 | 
				
			||||||
pack:
 | 
					pack:
 | 
				
			||||||
  about: about.js
 | 
					  about: about.js
 | 
				
			||||||
  admin:
 | 
					  admin: public.js
 | 
				
			||||||
  auth:
 | 
					  auth:
 | 
				
			||||||
  common:
 | 
					  common:
 | 
				
			||||||
    filename: common.js
 | 
					    filename: common.js
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user