@@ -63,13 +63,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
...
@@ -63,13 +63,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#default_value'=>$config->get('sql_signature'),
'#default_value'=>$config->get('sql_signature'),
);
);
$form['debug']['no_javascript']=array(
'#type'=>'checkbox',
'#title'=>$this->t('Disable JavaScript with Views'),
'#description'=>$this->t("If you are having problems with the JavaScript, you can disable it here. The Views UI should degrade and still be usable without javascript; it's just not as good."),