Explorar el Código

summary menu worked

master
Patrick Sun hace 5 años
padre
commit
0540e340eb
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. +1
    -1
      front-end/js/common.js
  2. +3
    -0
      front-end/js/summary.js

+ 1
- 1
front-end/js/common.js Ver fichero

@@ -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 Ver fichero

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

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

Cargando…
Cancelar
Guardar