Skip to content

Commit

Permalink
Ajuste problema no sistema de notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandy Santos committed Jul 1, 2019
1 parent 36fc4fd commit d61e8ae
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 142 deletions.
280 changes: 140 additions & 140 deletions public/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/js/services/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
function setup() {
refresh(true);

$interval(checkForNewNotifications, Config.NOTIFICATIONS_REFRESH_INTERVAL);
// $interval(checkForNewNotifications, Config.NOTIFICATIONS_REFRESH_INTERVAL);

$rootScope.$on('auth.logged_in', function() {
notifications = [];
Expand Down

0 comments on commit d61e8ae

Please sign in to comment.