Browse Source

[splash] new logos

version-14
Rushabh Mehta 10 years ago
parent
commit
c897d360f4
3 changed files with 4 additions and 2 deletions
  1. BIN
      frappe/public/images/splash.png
  2. +1
    -1
      frappe/public/js/frappe/misc/utils.js
  3. +3
    -1
      frappe/templates/pages/desk.html

BIN
frappe/public/images/splash.png View File

Before After
Width: 512  |  Height: 512  |  Size: 32 KiB

+ 1
- 1
frappe/public/js/frappe/misc/utils.js View File

@@ -453,7 +453,7 @@ frappe.utils = {
if (Notify.needsPermission) {
Notify.requestPermission(callback);
} else {
callback();
callback && callback();
}
},



+ 3
- 1
frappe/templates/pages/desk.html View File

@@ -19,7 +19,9 @@
{%- endfor -%}
</head>
<body>
<div class="centered splash">{% include "public/images/frappe.svg" %}</div>
<div class="centered splash">
<img src="{{ splash_image or "public/images/splash.png" }}">
</div>
<div class="offcanvas-container">
<div class="offcanvas">
<div class="offcanvas-main-section">


Loading…
Cancel
Save