From 67ddbd6fd6f51e2aaabb73ae326c4e8f0657d134 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Wed, 30 Jul 2014 15:42:08 -0500 Subject: [PATCH] Fixed capitalization inconsistency. This commit makes "FirefoxSocketHelp.js" be refered to with consistnent capitalization to its filesystem represenation. Fixes a showstopping Tower bug on case-sensitive filesystems. :) --- awx/ui/static/js/help/FirefoxSocketHelp.js | 2 +- awx/ui/templates/ui/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/help/FirefoxSocketHelp.js b/awx/ui/static/js/help/FirefoxSocketHelp.js index 88081ddc44..823f660d28 100644 --- a/awx/ui/static/js/help/FirefoxSocketHelp.js +++ b/awx/ui/static/js/help/FirefoxSocketHelp.js @@ -1,7 +1,7 @@ /********************************************* * Copyright (c) 2014 AnsibleWorks, Inc. * - * FireFoxSocketHelp.js + * FirefoxSocketHelp.js * * Help object for socket connection troubleshooting * diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 1980c85962..bee2c85f23 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -164,7 +164,7 @@ - + {% endif %}