Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
8c26f10a7d60a05b9597243b74a4c91343f36640
/
.
/
static
/
options.js
blob: b56c2fe83a794a353e7fb54e953d7b110ac79f61 [
file
] [
log
] [
blame
] [
raw
]
define
(
function
(
require
)
{
"use strict"
;
var
$
=
require
(
'jquery'
);
var
options
=
$
.
ajax
({
type
:
"GET"
,
url
:
'client-options.json'
,
async
:
false
});
return
options
.
responseJSON
;
});