File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
interface/web/themes/default/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 < meta name ='viewport ' content ='width=device-width, user-scalable=yes '>
99 < meta name ='description ' lang ='en ' content ='' />
1010 < meta name ='keywords ' lang ='en ' content ='' />
11- < meta name ='robots ' content ='index, follow ' />
11+ < meta name ='robots ' content ='noindex, nofollow ' />
1212
1313 < link rel ='stylesheet ' href ='themes/<tmpl_var name= 'current_theme '> /assets/stylesheets/bootstrap.min.css' />
1414 < link rel ='stylesheet ' href ='themes/<tmpl_var name= 'current_theme '> /assets/stylesheets/fonts.min.css' />
@@ -123,15 +123,15 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
123123 < script >
124124 <!--
125125 //$('.ttip').tipsy({live: true, gravity: 'ne', html: true});
126-
126+
127127 ISPConfig . tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled">' ;
128128 ISPConfig . tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled">' ;
129129 ISPConfig . tabChangeWarningTxt = '<tmpl_var name="global_tabchange_warning_txt">' ;
130130 ISPConfig . tabChangeDiscardTxt = '<tmpl_var name="global_tabchange_discard_txt">' ;
131-
131+
132132 < tmpl_if name = "use_loadindicator" value = "y" > ISPConfig.setOption('useLoadIndicator', true);</ tmpl_if >
133133 < tmpl_if name = "use_combobox" value = "y" > ISPConfig . setOption ( 'useComboBox' , true ) ; < / tmpl_if >
134-
134+
135135 $(document).ready(function() {
136136 $ ( '#globalsearch' ) . ispconfigSearch ( {
137137 dataSrc : '/dashboard/ajax_get_json.php?type=globalsearch' ,
You can’t perform that action at this time.
0 commit comments