mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-630: Do not check spelling of color scheme source.
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<!-- Custom color scheme details (internal representation -->
|
<!-- Custom color scheme details (internal representation -->
|
||||||
<textarea class="custom-color-scheme-details" ng-model="model" ng-show="isCustom()"></textarea>
|
<textarea class="custom-color-scheme-details" spellcheck="false"
|
||||||
|
ng-model="model" ng-show="isCustom()"></textarea>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user