diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-22 12:31:37 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-22 12:31:37 +0200 |
commit | 041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a (patch) | |
tree | a33370fce8a023b3a5f4a32019adc41337dc638c /program/js | |
parent | 0a1dd5b073f0dfc42439ab168246ae0ae6921414 (diff) |
Removed $Id$
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 | ||||
-rw-r--r-- | program/js/common.js | 2 | ||||
-rw-r--r-- | program/js/editor.js | 2 | ||||
-rw-r--r-- | program/js/googiespell.js | 2 | ||||
-rw-r--r-- | program/js/list.js | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/program/js/app.js b/program/js/app.js index 615f94cae..c4bf5ec31 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -17,8 +17,6 @@ +-----------------------------------------------------------------------+ | Requires: jquery.js, common.js, list.js | +-----------------------------------------------------------------------+ - - $Id$ */ function rcube_webmail() diff --git a/program/js/common.js b/program/js/common.js index a1ba878d4..937e8f247 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ */ // Constants diff --git a/program/js/editor.js b/program/js/editor.js index 4adfe2b5d..37d56b315 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Eric Stadtherr <estadtherr@gmail.com> | +-----------------------------------------------------------------------+ - - $Id: editor.js 000 2006-05-18 19:12:28Z roundcube $ */ // Initialize HTML editor diff --git a/program/js/googiespell.js b/program/js/googiespell.js index 06aef855a..9f1b41bb2 100644 --- a/program/js/googiespell.js +++ b/program/js/googiespell.js @@ -17,8 +17,6 @@ | Authors: 4mir Salihefendic <amix@amix.dk> | | Aleksander Machniak - <alec [at] alec.pl> | +-----------------------------------------------------------------------+ - - $Id$ */ var GOOGIE_CUR_LANG, diff --git a/program/js/list.js b/program/js/list.js index 9f5ae3c65..e3be9a050 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -15,8 +15,6 @@ +-----------------------------------------------------------------------+ | Requires: common.js | +-----------------------------------------------------------------------+ - - $Id$ */ |