mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Fix jslint errors due to strict checking of loop variables
This commit is contained in:
parent
ec6f9d36b4
commit
0a40cd084e
3 changed files with 3 additions and 2 deletions
|
|
@ -422,6 +422,7 @@ function doCheckWidget(e) {
|
|||
if($obj.hasClass('widgetSetup')) {
|
||||
var p_obj = obj.parentNode.parentNode;
|
||||
var widget = p_obj.getAttribute("widget");
|
||||
var widgetstyle = p_obj.getAttribute("widgetstyle");
|
||||
if(!widget) return;
|
||||
selectedWidget = p_obj;
|
||||
if(widget == 'widgetContent') popopen(request_uri+"?module=widget&act=dispWidgetAdminAddContent&module_srl="+zoneModuleSrl+"&document_srl="+p_obj.getAttribute("document_srl"), "addContent");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue