|
@@ -299,6 +299,10 @@
|
|
|
|
|
|
window.socketClient.subscribe("/user/topic/myCurrentProClientWork", function(message) {
|
|
|
console.log("You have a client pro work: ", message);
|
|
|
+ $.get('/current-work', function(_data) {
|
|
|
+ $('.current-work').html(_data);
|
|
|
+ initFastLoad($('.current-work'));
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
});
|