Change class name

This commit is contained in:
Ludovic Stephan 2017-03-31 15:57:15 -03:00
parent 8bf1bd5343
commit 38bfccf331

View file

@ -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':[]},
});