Commit 0a504107 authored by PkSM3's avatar PkSM3

[UPDATE] autoupdate paginator on timerange change

parent b885fab2
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* Date: Tue Jan 02 2014 * Date: Tue Jan 02 2014
*/ */
th { th {
background: #006a72; background: #bd2525;
} }
th a { th a {
color: #fff; color: #fff;
...@@ -58,7 +58,7 @@ th a:hover { ...@@ -58,7 +58,7 @@ th a:hover {
} }
.dynatable-active-page { .dynatable-active-page {
background: #006a72; background: #bd2525;
border-radius: 5px; border-radius: 5px;
color: #fff; color: #fff;
} }
...@@ -69,4 +69,4 @@ th a:hover { ...@@ -69,4 +69,4 @@ th a:hover {
.dynatable-disabled-page:hover { .dynatable-disabled-page:hover {
background: none; background: none;
color: #999; color: #999;
} }
\ No newline at end of file
...@@ -342,7 +342,7 @@ dc.events.trigger = function(closure, delay) { ...@@ -342,7 +342,7 @@ dc.events.trigger = function(closure, delay) {
dc.events.current = closure; dc.events.current = closure;
setTimeout(function() { setTimeout(function() {
if (closure == dc.events.current) if (closure == dc.events.current)
closure(); closure();
}, delay); }, delay);
}; };
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment