Commit 0a504107 authored by PkSM3's avatar PkSM3

[UPDATE] autoupdate paginator on timerange change

parent b885fab2
......@@ -9,7 +9,7 @@
* Date: Tue Jan 02 2014
*/
th {
background: #006a72;
background: #bd2525;
}
th a {
color: #fff;
......@@ -58,7 +58,7 @@ th a:hover {
}
.dynatable-active-page {
background: #006a72;
background: #bd2525;
border-radius: 5px;
color: #fff;
}
......@@ -69,4 +69,4 @@ th a:hover {
.dynatable-disabled-page:hover {
background: none;
color: #999;
}
}
\ No newline at end of file
......@@ -342,7 +342,7 @@ dc.events.trigger = function(closure, delay) {
dc.events.current = closure;
setTimeout(function() {
if (closure == dc.events.current)
if (closure == dc.events.current)
closure();
}, 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