Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Remove missed uses of $id$. #752

Merged
merged 1 commit into from Jan 16, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions media/system/js/calendar-setup-uncompressed.js
Expand Up @@ -19,8 +19,6 @@
* than modifying calendar.js itself).
*/

// $Id: calendar-setup-uncompressed.js 18463 2010-08-16 06:01:11Z eddieajau $

/**
* This function "patches" an input field (or other element) to use a calendar
* widget for date selection.
Expand Down
2 changes: 0 additions & 2 deletions media/system/js/calendar-uncompressed.js
Expand Up @@ -12,8 +12,6 @@
* Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
*/

// $Id: calendar-uncompressed.js 18811 2010-09-08 09:31:12Z eddieajau $

/** The Calendar object constructor. */
Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) {
// member variables
Expand Down