Loading public/css/app-beta.css +16 −0 Original line number Diff line number Diff line Loading @@ -7510,6 +7510,18 @@ span[class*="status-400"] .icon:before { [class*="icon-tutelle-de-gestion"]:before { content: '\e851'; } [class*="icon-Activity"]:before { content: '\e880'; } [class*="icon-Application"]:before { content: '\e87d'; } [class*="icon-Person"]:before { content: '\e89a'; } [class*="icon-Organization"]:before { content: '\e876'; } /* span[class*="status-102"] .icon:before{ content: '\e85e '} span[class*="status-4"] .icon:before{ content: '\e865 '} Loading Loading @@ -8360,6 +8372,10 @@ time.date-missing { background: white; } #notifications-area .list article:hover h4 a { color: #333; } #notifications-area .list article a { color: #790629; } #notifications-area .list article a:hover { background: transparent; } @keyframes fresh { from { Loading public/js/components/build/notifications.js +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ define(['exports', 'vue', 'vue-resource', 'mm'], function (exports, _vue, _vueRe if (match = reg.exec(message)) { return message.replace(reg, "$1" + '<a href="' + this.urlActivityShow + '$2">$3</a> $4'); } return 'URLIZE:' + message; return message; }, deleteNotification: function deleteNotification(notifs) { var _this = this; Loading public/js/components/src/notifications.js +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ var notifications = Vue.extend({ if( match = reg.exec(message) ){ return message.replace(reg, "$1"+'<a href="' + this.urlActivityShow +'$2">$3</a> $4'); } return 'URLIZE:' + message; return message; }, deleteNotification(notifs) { this.loading = true; Loading Loading
public/css/app-beta.css +16 −0 Original line number Diff line number Diff line Loading @@ -7510,6 +7510,18 @@ span[class*="status-400"] .icon:before { [class*="icon-tutelle-de-gestion"]:before { content: '\e851'; } [class*="icon-Activity"]:before { content: '\e880'; } [class*="icon-Application"]:before { content: '\e87d'; } [class*="icon-Person"]:before { content: '\e89a'; } [class*="icon-Organization"]:before { content: '\e876'; } /* span[class*="status-102"] .icon:before{ content: '\e85e '} span[class*="status-4"] .icon:before{ content: '\e865 '} Loading Loading @@ -8360,6 +8372,10 @@ time.date-missing { background: white; } #notifications-area .list article:hover h4 a { color: #333; } #notifications-area .list article a { color: #790629; } #notifications-area .list article a:hover { background: transparent; } @keyframes fresh { from { Loading
public/js/components/build/notifications.js +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ define(['exports', 'vue', 'vue-resource', 'mm'], function (exports, _vue, _vueRe if (match = reg.exec(message)) { return message.replace(reg, "$1" + '<a href="' + this.urlActivityShow + '$2">$3</a> $4'); } return 'URLIZE:' + message; return message; }, deleteNotification: function deleteNotification(notifs) { var _this = this; Loading
public/js/components/src/notifications.js +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ var notifications = Vue.extend({ if( match = reg.exec(message) ){ return message.replace(reg, "$1"+'<a href="' + this.urlActivityShow +'$2">$3</a> $4'); } return 'URLIZE:' + message; return message; }, deleteNotification(notifs) { this.loading = true; Loading