File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ <h2><span>Run Scala in your browser</span></h2>
26
26
</ div >
27
27
</ div >
28
28
</ div >
29
- </ section > m
29
+ </ section >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ $('#scaladex-search').autocomplete({
125
125
transformResult : function ( response ) {
126
126
return {
127
127
suggestions : $ . map ( response , function ( dataItem ) {
128
- return {
128
+ return {
129
129
value : dataItem . organization + " / " + dataItem . repository ,
130
130
data : dataItem
131
131
} ;
@@ -199,7 +199,7 @@ $(document).ready(function() {
199
199
// Scala in the browser
200
200
$ ( document ) . ready ( function ( ) {
201
201
if ( $ ( "#scastie-textarea" ) . length ) {
202
- var editor =
202
+ var editor =
203
203
CodeMirror . fromTextArea (
204
204
document . getElementById ( "scastie-textarea" ) ,
205
205
{
@@ -224,8 +224,7 @@ $(document).ready(function() {
224
224
225
225
function run ( ) {
226
226
console . log ( "run" ) ;
227
- // var scastieBaseUrl = "https://scastie.scala-lang.org";
228
- var scastieBaseUrl = "http://localhost:9000" ;
227
+ var scastieBaseUrl = "https://scastie.scala-lang.org" ;
229
228
230
229
$ . ajax (
231
230
{
You can’t perform that action at this time.
0 commit comments