Przeglądaj źródła

summary menu worked

master
Patrick Sun 5 lat temu
rodzic
commit
0540e340eb
2 zmienionych plików z 4 dodań i 1 usunięć
  1. +1
    -1
      front-end/js/common.js
  2. +3
    -0
      front-end/js/summary.js

+ 1
- 1
front-end/js/common.js Wyświetl plik

@@ -12,7 +12,7 @@ var top_toolbar = {
"value": "SFM",
"icon": "wxi-dots",
"submenu": [
{ "value": "Summary", "icon": "wxi-calendar" , "href": "summary.html"},
{ "value": "Summary", "icon": "wxi-calendar" , "href": "javascript:show_summary();"},
{ "value": "Pending Jobs", "icon": "mdi mdi-notebook-check", "href": "pending_job.html" },
{ "value": "Mass Mailing", "icon": "mdi mdi-email", "href": "mass_mailing.html" },
{ "$template": "Separator" },

+ 3
- 0
front-end/js/summary.js Wyświetl plik

@@ -64,3 +64,6 @@ webix.ready(function(){
initTopMenu($$('summary_layout'), $$('topMenu'));
});

function show_summary() {
alert("ok");
}

Ładowanie…
Anuluj
Zapisz