From abc1901eac4ee822eb3f25d0bfff67d39c9633f6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 20:30:51 -0600 Subject: Remove checked-in admin_media directory This is a bad idea because it will get outdated quickly when django changes and we should just use the version it distributes anyway. Signed-off-by: Dan McGee --- media/admin_media/js/admin/DateTimeShortcuts.js | 254 ------------------------ 1 file changed, 254 deletions(-) delete mode 100644 media/admin_media/js/admin/DateTimeShortcuts.js (limited to 'media/admin_media/js/admin/DateTimeShortcuts.js') diff --git a/media/admin_media/js/admin/DateTimeShortcuts.js b/media/admin_media/js/admin/DateTimeShortcuts.js deleted file mode 100644 index f57f97e7..00000000 --- a/media/admin_media/js/admin/DateTimeShortcuts.js +++ /dev/null @@ -1,254 +0,0 @@ -// Inserts shortcut buttons after all of the following: -// -// - -var DateTimeShortcuts = { - calendars: [], - calendarInputs: [], - clockInputs: [], - calendarDivName1: 'calendarbox', // name of calendar
that gets toggled - calendarDivName2: 'calendarin', // name of
that contains calendar - calendarLinkName: 'calendarlink',// name of the link that is used to toggle - clockDivName: 'clockbox', // name of clock
that gets toggled - clockLinkName: 'clocklink', // name of the link that is used to toggle - admin_media_prefix: '', - init: function() { - // Deduce admin_media_prefix by looking at the