Comment and empty lines removed
This commit is contained in:
parent
0a28dd0cd3
commit
ff8c6690ef
|
@ -127,4 +127,3 @@ $inputControlEmColor: #f29424;
|
||||||
//buttons
|
//buttons
|
||||||
$linkFontColor: #489afe;
|
$linkFontColor: #489afe;
|
||||||
$linkHoverFontColor: #287ade;
|
$linkHoverFontColor: #287ade;
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,6 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
|
||||||
* If we should show authentication block in profile
|
* If we should show authentication block in profile
|
||||||
*/
|
*/
|
||||||
AUTHENTICATION_ENABLE: true,
|
AUTHENTICATION_ENABLE: true,
|
||||||
// the toolbar buttons line is intentionally left in one line, to be able
|
|
||||||
// to easily override values or remove them using regex
|
|
||||||
/**
|
/**
|
||||||
* The index of the splitter button in the main toolbar. The splitter
|
* The index of the splitter button in the main toolbar. The splitter
|
||||||
* button is a button in the toolbar that will be applied a special styling
|
* button is a button in the toolbar that will be applied a special styling
|
||||||
|
|
Loading…
Reference in New Issue