Browse Source

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

version-14
Rushabh Mehta 10 years ago
parent
commit
c6361d59ee
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      frappe/public/js/frappe/desk.js
  2. +1
    -1
      frappe/public/js/frappe/ui/toolbar/about.js

+ 3
- 0
frappe/public/js/frappe/desk.js 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() {


+ 1
- 1
frappe/public/js/frappe/ui/toolbar/about.js 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>\


Loading…
Cancel
Save