changed temp container id to temp-container from #temp-container
This commit is contained in:
parent
86e4abac65
commit
08bead4104
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ wn.Application = Class.extend({
|
|||
},
|
||||
make_page_container: function() {
|
||||
if($("#body_div").length) {
|
||||
wn.temp_container = $("<div id='#temp-container' style='display: none;'>")
|
||||
wn.temp_container = $("<div id='temp-container' style='display: none;'>")
|
||||
.appendTo("body");
|
||||
wn.container = new wn.views.Container();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue