app dialog: formatting; 'not yet' -> 'lazy fox'
This commit is contained in:
parent
4cf13ab908
commit
2c9109a7a5
2 changed files with 13 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ oml.ui.appDialog = function() {
|
|||
if (id == 'contact') {
|
||||
$content.append(oml.ui.contactForm());
|
||||
} else {
|
||||
Ox.get('/static/html/app.html', function(html) {
|
||||
Ox.get('/static/html/app.html?foo', function(html) {
|
||||
var $html = $('<div>').html(html),
|
||||
section = $html.find('#' + id).html();
|
||||
$content.html('<h1><b>' + title + '</b></h1>' + section);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue