fix #7 and resolve #8

This commit is contained in:
Henrique Dias
2015-09-17 15:45:59 +01:00
parent 992f1c2c01
commit 686a909e23
3 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ $(document).on('ready pjax:success', function() {
$(this).data("previewing", "false");
notification({
text: "You've gone into editing mode.",
text: "Think, relax and do the better you can!",
type: 'information',
timeout: 2000
});
@@ -31,7 +31,7 @@ $(document).on('ready pjax:success', function() {
$(this).data("previewing", "true");
notification({
text: "You've gone into preview mode.",
text: "This is how your post looks like.",
type: 'information',
timeout: 2000
});