From b25610b85f0a90f8d9723fea15ff335440dc2464 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 27 Mar 2011 00:10:24 +1100 Subject: [PATCH] Fixed error in example custom URI for main.js (script.js -> main.js) --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index b99df814..81522b63 100644 --- a/inc/config.php +++ b/inc/config.php @@ -447,7 +447,7 @@ // Set custom locations for stylesheets, scripts and maybe a banner. // This can be good for load balancing across multiple servers or hostnames. // $config['url_stylesheet'] = 'http://static.example.org/style.css'; - // $config['url_javascript'] = 'http://static.example.org/script.js'; + // $config['url_javascript'] = 'http://static.example.org/main.js'; // $config['url_banner'] = '/banner.php'; // $config['url_favicon'] = '/favicon.gif'; ?> \ No newline at end of file