@@ -22,18 +22,18 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | |
| 24 | 24 | script('settings', [ |
| 25 | - 'authtoken', |
|
| 26 | - 'authtoken_collection', |
|
| 27 | - 'templates', |
|
| 28 | - 'authtoken_view', |
|
| 29 | - 'settings/authtoken-init' |
|
| 25 | + 'authtoken', |
|
| 26 | + 'authtoken_collection', |
|
| 27 | + 'templates', |
|
| 28 | + 'authtoken_view', |
|
| 29 | + 'settings/authtoken-init' |
|
| 30 | 30 | ]); |
| 31 | 31 | |
| 32 | 32 | if($_['passwordChangeSupported']) { |
| 33 | - script('settings', 'security_password'); |
|
| 34 | - script('jquery-showpassword'); |
|
| 35 | - vendor_script('strengthify/jquery.strengthify'); |
|
| 36 | - vendor_style('strengthify/strengthify'); |
|
| 33 | + script('settings', 'security_password'); |
|
| 34 | + script('jquery-showpassword'); |
|
| 35 | + vendor_script('strengthify/jquery.strengthify'); |
|
| 36 | + vendor_style('strengthify/strengthify'); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | ?> |