/home/altere25/usaigc.com/wp-content/plugins/scripts-n-styles/js
NameSizeModeActions
code-editor.js37460644editdlrm
global-page.js50280644editdlrm
hoops-page.js27550644editdlrm
meta-box.js207410644editdlrm
settings-page.js5380644editdlrm
theme-page.js75620644editdlrm
Edit: /home/altere25/usaigc.com/wp-content/plugins/scripts-n-styles/js/settings-page.js (538B)
// Options JavaScript jQuery( document ).ready( function( $ ) { var theme = codemirror_options.theme ? codemirror_options.theme: 'default'; var editor = CodeMirror.fromTextArea(document.getElementById("codemirror_demo"), { lineNumbers: true, matchBrackets: true, mode: "application/x-httpd-php", indentUnit: 4, indentWithTabs: true, enterMode: "keep", tabMode: "shift", theme: theme }); $('input[name="SnS_options[cm_theme]"]').change( function(){ editor.setOption("theme", $(this).val()); }); });