Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Fixed calendar displaying bug for Magazine theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreev-artem committed Aug 19, 2011
1 parent ce208a1 commit f05c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ YAHOO.util.Event.onDOMReady(function(){
dialog.hide();
}

dialog = new YAHOO.widget.Dialog("container", {
dialog = new YAHOO.widget.Dialog("attcalendarcontainer", {
visible:false,
context:["show", "tl", "bl"],
buttons:[{text: M.str.attforblock.caltoday, handler: resetHandler, isDefault:true}, {text: M.str.attforblock.calclose, handler: closeHandler}],
Expand Down

0 comments on commit f05c813

Please sign in to comment.