mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
data-param attr recognition problem in firefox is fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11508 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
17a2b6220c
commit
786e179675
1 changed files with 2 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ jQuery(function($){
|
|||
|
||||
// Prepare parms
|
||||
$(document.body).on("click", ".x [data-param]", function(ev){
|
||||
$._htMarkupActionParam = $.parseJSON($(ev.srcElement).attr('data-param'));
|
||||
$._htMarkupActionParam = $.parseJSON($(this).attr('data-param'));
|
||||
|
||||
return false;
|
||||
});
|
||||
|
|
@ -1181,6 +1181,7 @@ jQuery(function($){
|
|||
});
|
||||
|
||||
$('#add_menu').bind("show", function(){
|
||||
console.log(333, $._htMarkupActionParam);
|
||||
$._xeAdminVar.sSelectedModuleName = $._htMarkupActionParam.moduleName;
|
||||
$._xeAdminVar.sSelectedModuleTitle = $._htMarkupActionParam.moduleTitle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue