1
0
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:
Ryan Cramer
2018-11-05 14:58:56 -05:00
parent a46336de00
commit 7629e518e3

View File

@@ -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)