แก้บักเมนู
This commit is contained in:
@@ -230,7 +230,7 @@
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var module = "eva";
|
var module = "eva";
|
||||||
//var menu_url = appsite+"/json/"+module+".json";
|
//var menu_url = appsite+"/json/"+module+".json";
|
||||||
var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")/api/menu/"+module;
|
var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")/api/menu/"+module;
|
||||||
GetMenu(module, "#mymenu", menu_url);
|
GetMenu(module, "#mymenu", menu_url);
|
||||||
|
|
||||||
$( document ).on( 'focus', ':input', function(){
|
$( document ).on( 'focus', ':input', function(){
|
||||||
|
|||||||
@@ -228,7 +228,7 @@
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var module = "eva";
|
var module = "eva";
|
||||||
//var menu_url = appsite+"/json/"+module+".json";
|
//var menu_url = appsite+"/json/"+module+".json";
|
||||||
var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")/api/menu/"+module;
|
var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")/api/menu/"+module;
|
||||||
GetMenu(module, "#mymenu", menu_url);
|
GetMenu(module, "#mymenu", menu_url);
|
||||||
|
|
||||||
$( document ).on( 'focus', ':input', function(){
|
$( document ).on( 'focus', ':input', function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user