We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7477cd2 commit ab65af0Copy full SHA for ab65af0
src/Settings.php
@@ -59,28 +59,6 @@ public static function init() {
59
Plugin::VERSION
60
);
61
62
- \wp_register_script(
63
- 'AceEditor',
64
- \plugin_dir_url(__FILE__)."../public/js/ace-builds/src-min-noconflict/ace.js",
65
- array('jquery'),
66
- Plugin::VERSION
67
- );
68
-
69
- \wp_localize_script(
70
71
- 'AceEditorLocalized',
72
- array(
73
- 'plugin_url' => \plugin_dir_url(__FILE__) . "../",
74
- )
75
76
77
- \wp_enqueue_script(
78
- "AceEditor",
79
80
- array("jquery"),
81
82
83
84
\wp_register_style(
85
'RollbarWordpressSettings',
86
\plugin_dir_url(__FILE__)."../public/css/RollbarWordpressSettings.css",
0 commit comments