diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
commit | 8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch) | |
tree | a9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/libraries/javascript/Jquery.php | |
parent | b9fe7e9be099f450747de6ed28d400764ffc58b3 (diff) | |
parent | 3bb4029bbe0db9625be21e2dad82ef18286560ca (diff) |
Merge pull request #1935 from vkeranov/develop
Remove some extra new lines
Diffstat (limited to 'system/libraries/javascript/Jquery.php')
-rw-r--r-- | system/libraries/javascript/Jquery.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libraries/javascript/Jquery.php b/system/libraries/javascript/Jquery.php index 8739d141f..ed02fadb7 100644 --- a/system/libraries/javascript/Jquery.php +++ b/system/libraries/javascript/Jquery.php @@ -700,7 +700,6 @@ class CI_Jquery extends CI_Javascript { return $updater."\t\t$($container).load('$controller'$request_options);"; } - // -------------------------------------------------------------------- // Pre-written handy stuff // -------------------------------------------------------------------- @@ -716,7 +715,7 @@ class CI_Jquery extends CI_Javascript { protected function _zebraTables($class = '', $odd = 'odd', $hover = '') { $class = ($class !== '') ? '.'.$class : ''; - $zebra = "\t\$(\"table{$class} tbody tr:nth-child(even)\").addClass(\"{$odd}\");"; + $zebra = "\t\$(\"table{$class} tbody tr:nth-child(even)\").addClass(\"{$odd}\");"; $this->jquery_code_for_compile[] = $zebra; |