This commit is contained in:
parent
60aaa6bd4c
commit
8aa4d93f8f
2 changed files with 6 additions and 2 deletions
|
|
@ -20,6 +20,10 @@ angular.element(document).ready(function() {
|
|||
|
||||
startAngular();
|
||||
}, false);
|
||||
|
||||
document.addEventListener('pause', function() {
|
||||
window.location = '#!';
|
||||
});
|
||||
} else {
|
||||
startAngular();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue