Remove the unneeded option to use CDN. it's too confusing and is not really needed.

This commit is contained in:
Sébastien Lucas 2013-05-06 17:45:27 +02:00
parent 245c06f310
commit ea9c73c244
3 changed files with 3 additions and 19 deletions

View file

@ -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";
?>