mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Disable ping until jQuery.entwine _super() confusion is resolved
This commit is contained in:
parent
b326f03ed7
commit
2e9ea1d129
@ -11,11 +11,11 @@
|
||||
*/
|
||||
PingIntervalSeconds: 5*60,
|
||||
|
||||
onmatch: function() {
|
||||
this._super();
|
||||
|
||||
this._setupPinging();
|
||||
},
|
||||
// onmatch: function() {
|
||||
// this._super();
|
||||
//
|
||||
// this._setupPinging();
|
||||
// },
|
||||
|
||||
/**
|
||||
* Function: _setupPinging
|
||||
|
Loading…
x
Reference in New Issue
Block a user