Remove klipse script unused partial (#2164)
This commit is contained in:
parent
a2fcbdc4a4
commit
22ceaf7689
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
<script async>
|
||||
window.klipse_settings = {
|
||||
selector_reagent: '.language-reagent',
|
||||
selector_eval_js: '.eval-js',
|
||||
selector_eval_ruby: '.eval-ruby',
|
||||
selector_es2017: '.eval-es2017',
|
||||
selector_jsx: '.eval-jsx',
|
||||
selector_transpile_jsx: '.language-transpile-jsx',
|
||||
selector_eval_php: '.eval--php',
|
||||
selector_eval_markdown: '.eval-markdown',
|
||||
selector_eval_lambdaway: '.eval-lambdaway',
|
||||
selector_eval_python_client: '.eval-python',
|
||||
selector_eval_cpp: '.eval-cpp',
|
||||
selector_eval_html: '.eval-html',
|
||||
selector_sql: '.eval-sql',
|
||||
selector_eval_scheme: '.eval-scheme',
|
||||
|
||||
eval_idle_msec: 40,
|
||||
codemirror_options_in: {
|
||||
showCursorWhenSelecting: true,
|
||||
cursorHeight: 1,
|
||||
},
|
||||
codemirror_options_out: {}
|
||||
};
|
||||
</script>
|
||||
<script src="https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"></script>
|
||||
Loading…
Add table
Reference in a new issue