app dialog: formatting; 'not yet' -> 'lazy fox'

This commit is contained in:
rlx 2016-01-16 17:39:24 +05:30
commit 2c9109a7a5
2 changed files with 13 additions and 11 deletions

View file

@ -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);