diff --git a/CHANGELOG b/CHANGELOG index 6d24387..d885a27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ 0.3.5 - 201305?? * Add multiple database support. Check the documentation of $config['calibre_directory'] in config-default.php to see how ot enable it. - * Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access). You can enable CDN resources with $config['cops_use_local_resources']. + * Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access). * Prepare the switch to HTML5. Thanks to Thomas Severinsen for most of the code. * Update the locale strings to be more strict with plurals. Thanks to Tobias Ausländer for the code. * If Fancybox is not enabled ($config['cops_use_fancyapps'] = "0") then it's not used at all (even in the about box). diff --git a/config_default.php b/config_default.php index 340827c..ac5e721 100644 --- a/config_default.php +++ b/config_default.php @@ -166,12 +166,5 @@ * 0 : No */ $config['cops_provide_kepub'] = "0"; - - /* - * Use local JS resources instead if external resources hosted on CDN - * 1 : Yes (enable) - * 0 : No - */ - $config['cops_use_local_resources'] = "1"; ?> \ No newline at end of file diff --git a/index.php b/index.php index 7b9c8f9..e535a0b 100644 --- a/index.php +++ b/index.php @@ -54,21 +54,12 @@