forked from DGNum/gestioCOF
Change class name
This commit is contained in:
parent
8bf1bd5343
commit
38bfccf331
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ $(document).ready(function() {
|
|||
* Generic Websocket class and k-psul ws instanciation
|
||||
*/
|
||||
|
||||
class Websocket {
|
||||
class KfetWebsocket {
|
||||
|
||||
static get default_data() {
|
||||
return {"relative_url": "", "default_msg": {}};
|
||||
|
@ -60,7 +60,7 @@ class Websocket {
|
|||
}
|
||||
}
|
||||
|
||||
var OperationWebSocket = new Websocket({
|
||||
var OperationWebSocket = new KfetWebsocket({
|
||||
'relative_url': '/ws/k-fet/k-psul/',
|
||||
'default_msg': {'opegroups':[],'opes':[],'checkouts':[],'articles':[]},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue