From 2c9109a7a5c14d811568316c5d1b1dd77b53f269 Mon Sep 17 00:00:00 2001 From: rlx Date: Sat, 16 Jan 2016 17:39:24 +0530 Subject: [PATCH] app dialog: formatting; 'not yet' -> 'lazy fox' --- static/html/app.html | 22 ++++++++++++---------- static/js/appDialog.js | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/static/html/app.html b/static/html/app.html index ea83a55..3e9250d 100644 --- a/static/html/app.html +++ b/static/html/app.html @@ -1,11 +1,11 @@

- Open Media Library is a local web application to manage and sync your digital media collections. + The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.

- not yet + The lazy brown fox jumped over the lazy black fox, but other than that not really much happened here since you last checked.

@@ -15,13 +15,15 @@

- The latest code is in our - git repository. -
-

- For everything else, there's IRC, and our development mailing list. Your feedback is welcome. -

- IRC: #openmedialibrary on freenode
- Mailing List: openmedialibrary-dev@openmedialibrary.com
+ The latest code is in our git repository. +

+

+ For everything else, there's IRC, and our development mailing list. Your feedback is welcome. +

+

+ IRC: #openmedialibrary on freenode +

+

+ Mailing List: openmedialibrary-dev@openmedialibrary.com

diff --git a/static/js/appDialog.js b/static/js/appDialog.js index a110046..ac3e409 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -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 = $('
').html(html), section = $html.find('#' + id).html(); $content.html('

' + title + '

' + section);