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