[minor] ask notifications on starting session, typo in about

This commit is contained in:
Rushabh Mehta 2015-04-16 14:09:32 +05:30
parent c34221a58e
commit c6361d59ee
2 changed files with 4 additions and 1 deletions

View file

@ -50,6 +50,9 @@ frappe.Application = Class.extend({
if (frappe.boot.change_log && frappe.boot.change_log.length) {
this.show_change_log();
}
// ask to allow notifications
frappe.utils.if_notify_permitted();
},
load_bootinfo: function() {

View file

@ -4,7 +4,7 @@ frappe.ui.misc.about = function() {
var d = new frappe.ui.Dialog({title: __('Frappe Framework')})
$(d.body).html(repl("<div>\
<p>"+__("Open Source Web Applications for the Web")+"</p> \
<p>"+__("Open Source Applications for the Web")+"</p> \
<p><i class='icon-globe icon-fixed-width'></i>\
Website: <a href='https://frappe.io' target='_blank'>https://frappe.io</a></p>\
<p><i class='icon-github icon-fixed-width'></i>\