Changeset 3967:64b7afcd50a3 for admin/js
- Timestamp:
- 05/10/19 16:19:54 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_index.js
r3947 r3967 203 203 dotclear.dbPostsCount(); 204 204 // Then fired every 600 seconds (10 minutes) 205 dotclear.dbPostsCount_Timer = setInterval(dotclear.db CommentsPost, 600 * 1000);205 dotclear.dbPostsCount_Timer = setInterval(dotclear.dbPostsCount, 600 * 1000); 206 206 } 207 207
Note: See TracChangeset
for help on using the changeset viewer.