File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11var editor ;
22var embedded_editor ;
33$ ( function ( ) {
4- hljs . initHighlighting ( ) ;
54 ace . config . set ( "workerPath" , "build/src-min" ) ;
65 editor = ace . edit ( "ace_editor_demo" ) ;
76 editor . container . style . opacity = "" ;
Original file line number Diff line number Diff line change @@ -1035,6 +1035,10 @@ <h1>Projects Using Ace</h1>
10351035 font-size: 68px;text-align: center;font-weight: bold;font-family: inherit;line-height: normal; "> sT</ div >
10361036 < a href ="http://sourcetalk.net/ "> SourceTalk</ a >
10371037 </ li >
1038+ < li title ="Php framework ">
1039+ < div class ="text-logo " style ="margin-left:-12px; "> Andromeda</ div >
1040+ < a href ="http://www.andromeda-project.org/index.php "> Andromeda</ a >
1041+ </ li >
10381042 < li >
10391043 < a href ="https://github.com/Gozala/sky-edit "> Sky Edit</ a >
10401044 </ li >
@@ -1103,7 +1107,7 @@ <h1>Support and User Resources</h1>
11031107 </ div >
11041108 < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
11051109 < script src ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js "> </ script >
1106- < script defer src ="//yandex.st/highlightjs/7.2/highlight.min.js "> </ script >
1110+ < script defer src ="//yandex.st/highlightjs/7.2/highlight.min.js " onload =" hljs.initHighlighting(); " > </ script >
11071111 < script src ="./doc/template/resources/javascripts/bbq.js "> </ script >
11081112 < script src ="./api/resources/javascripts/ux.js "> </ script >
11091113 < script src ="./doc/site/js/main.js "> </ script >
You can’t perform that action at this time.
0 commit comments