diff options
author | plegall <plg@piwigo.org> | 2009-05-13 23:21:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-05-13 23:21:06 +0000 |
commit | ae39ae328aa341ddeb1f23607488cfda0d6965b8 (patch) | |
tree | 973bac677d1edbbdfc9fd3560efd766494d52150 /plugins/SwiftThemeCreator/farbtastic | |
parent | 41e0ae234312c82d62c9998674b4606bef722d3d (diff) |
complement to r3282, remove all $Id$ in source code.
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/farbtastic')
-rw-r--r-- | plugins/SwiftThemeCreator/farbtastic/farbtastic.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SwiftThemeCreator/farbtastic/farbtastic.js b/plugins/SwiftThemeCreator/farbtastic/farbtastic.js index bad654489..085ab1f96 100644 --- a/plugins/SwiftThemeCreator/farbtastic/farbtastic.js +++ b/plugins/SwiftThemeCreator/farbtastic/farbtastic.js @@ -1,4 +1,3 @@ -// $Id: /piwigo/trunk/plugins/SwiftThemeCreator/farbtastic/farbtastic.js 6285 2008-07-21T22:20:47.317098Z vdigital $ // Farbtastic 1.2 jQuery.fn.farbtastic = function (callback) { @@ -326,4 +325,4 @@ jQuery._farbtastic = function (container, callback) { if (callback) { fb.linkTo(callback); } -}
\ No newline at end of file +} |