Commit a1a8bc71 by Nilu

modifications to auto save

parent ad6c7649
...@@ -63,12 +63,9 @@ ...@@ -63,12 +63,9 @@
$(document).ready(function() $(document).ready(function()
{ {
$('.timer').countimer({ $('.timer').countimer({
useHours: false, displayMode: 1,
// displayMode: 1,
initMinutes: 0, initMinutes: 0,
initSeconds: 0, minuteIndicator: ' min ago',
// minuteIndicator: ' min ',
secondIndicator: ' min ago',
leadingZeros: 0 leadingZeros: 0
}); });
}); });
......
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