mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
No longer experimental so comment removed
This commit is contained in:
parent
5ba35b98a3
commit
d244e2017e
@ -275,7 +275,7 @@ if (!function_exists('get_dyndns_service_text')) {
|
||||
//<![CDATA[
|
||||
|
||||
events.push(function(){
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function dyndnscallback_<?=$widgetkey_nodash?>(s) {
|
||||
|
||||
@ -306,7 +306,7 @@ $widgetkey_nodash = str_replace("-", "", $widgetkey);
|
||||
//<![CDATA[
|
||||
|
||||
events.push(function(){
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function gateways_callback(s) {
|
||||
|
||||
@ -317,7 +317,7 @@ $widgetkey_nodash = str_replace("-", "", $widgetkey);
|
||||
}
|
||||
*/
|
||||
events.push(function() {
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function interface_statistics_callback(s) {
|
||||
|
||||
@ -211,7 +211,7 @@ if ($_REQUEST['ajax']) {
|
||||
|
||||
events.push(function(){
|
||||
|
||||
/// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
/// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function interfaces_callback(s) {
|
||||
|
||||
@ -296,7 +296,7 @@ function changeTabDIV(selectedDiv) {
|
||||
}
|
||||
|
||||
events.push(function(){
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function ipsec_callback(s) {
|
||||
|
||||
@ -192,7 +192,7 @@ if ($_REQUEST['ajax']) {
|
||||
//<![CDATA[
|
||||
|
||||
events.push(function(){
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function logs_callback(s) {
|
||||
|
||||
@ -229,7 +229,7 @@ setInterval(function() {
|
||||
//<![CDATA[
|
||||
|
||||
events.push(function(){
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function ntp_callback(s) {
|
||||
|
||||
@ -418,7 +418,7 @@ $widgetkey_nodash = str_replace("-", "", $widgetkey);
|
||||
events.push(function(){
|
||||
set_widget_checkbox_events("#<?=$widget_panel_footer_id?> [id^=show]", "<?=$widget_showallnone_id?>");
|
||||
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function openvpn_callback(s) {
|
||||
|
||||
@ -657,7 +657,7 @@ function widgetActive(x) {
|
||||
|
||||
events.push(function(){
|
||||
|
||||
// --------------------- EXPERIMENTAL centralized widget refresh system ------------------------------
|
||||
// --------------------- Centralized widget refresh system ------------------------------
|
||||
|
||||
// Callback function called by refresh system when data is retrieved
|
||||
function meters_callback(s) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user