Skip to content

Commit

Permalink
remove dup engine label
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 12, 2024
1 parent 805eb40 commit 4f720b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/html/assets/trycf/js/code-editor3.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ angular.module("code.editor", []).directive("codeEditor", function ($timeout) {
' <span class="code-editor-message"></span>' +
' <button class="toggle-fullscreen btn {{fullscreenbtnclass}} pull-right" ng-click="toggleFullscreen()"> <i class="icon-resize-full"></i></button>' +
' <button class="editor-options btn btn-default {{optionsbtnclass}} pull-right"> <i class="icon-gear"></i></button>' +
' <span ng-hide="showResults == false || showResults == 0" class="alert alert-danger pull-right" style="padding: 5px;margin: 0px 3px 0px 3px;display: inline-block;"><span class="hidden-xs">Lucee:&nbsp;</span> <span class="display-engine" style="line-height: 2.2;">></span></span>' +
' <span ng-hide="showResults == false || showResults == 0" class="alert alert-danger pull-right" style="padding: 5px;margin: 0px 3px 0px 3px;display: inline-block;"><span class="hidden-xs">&nbsp;</span> <span class="display-engine" style="line-height: 2.2;">></span></span>' +
' <div class="modal fade" style="display:none;" tabindex="-1" role="dialog">' +
' <div class="modal-dialog">' +
' <div class="modal-content">' +
Expand Down

0 comments on commit 4f720b3

Please sign in to comment.