Revert "Make a nice top/bottom center global position"

This commit is contained in:
Jaime Pillora
2016-06-09 03:58:15 +10:00
parent 8ba7204c0d
commit 64dda76979
2 changed files with 2 additions and 24 deletions
-7
View File
@@ -36,13 +36,6 @@
});
});
$.notify('Line text 1', {position: 'top center'});
$.notify('Line text 01', {position: 'top center'});
$.notify('Line text 001', {position: 'top center'});
$.notify('Line text 1', {position: 'bottom center'});
$.notify('Line text 01', {position: 'bottom center'});
$.notify('Line text 001', {position: 'bottom center'});
</script>
</body>