mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 11:14:12 +02:00
Remove unintended dev constant from AdminThemeUikit.module
This commit is contained in:
@@ -40,7 +40,7 @@ class AdminThemeUikit extends AdminThemeFramework implements Module, Configurabl
|
|||||||
* Makes it use runtime/temporary compiled CSS files rather than the final ones.
|
* Makes it use runtime/temporary compiled CSS files rather than the final ones.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const dev = true;
|
const dev = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default logo image file (relative to this dir)
|
* Default logo image file (relative to this dir)
|
||||||
|
Reference in New Issue
Block a user