From: Trevor Parscal Date: Wed, 15 Sep 2010 17:58:36 +0000 (+0000) Subject: Removed a bit of testing code that got left in. X-Git-Tag: 1.31.0-rc.0~34912 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=b6ea0c75c273c92998797b64e64e69f4dace83d6;p=lhc%2Fweb%2Fwiklou.git Removed a bit of testing code that got left in. --- diff --git a/includes/ResourceLoaderModule.php b/includes/ResourceLoaderModule.php index 3e1d2a0ace..10c7d25c18 100644 --- a/includes/ResourceLoaderModule.php +++ b/includes/ResourceLoaderModule.php @@ -876,7 +876,7 @@ class ResourceLoaderUserOptionsModule extends ResourceLoaderModule { } return array( 'all' => implode( "\n", $rules ) ); } - return array( 'all' => 'test { color: pink; }' ); + return array(); } public function getFlip( $context ) {