[mb-commits] branch, beta, updated. MBS-4376, include production/filesize.js instead of debug/filesize. js in stat...
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TfUIH-0001dD-B6@wiley> |
The branch, beta has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=22f8cf8747fb8ff48ca1a6d509abe10718e4c0b5 (commit)
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=62072ccf6e197ff6fd5378b801a837bc805021df (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=0b9d0e4a2abd3494c06bd0a289e491023fe3bb6b (commit)
Summary of changes:
root/static/edit.js.manifest | 2 +-
root/static/scripts/edit/MB/CoverArt.js | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 22f8cf8747fb8ff48ca1a6d509abe10718e4c0b5
Author: warp <[email protected]>
Date: Mon Dec 3 12:17:29 2012 +0100
MBS-4376, include production/filesize.js instead of debug/filesize.js in static/edit.js.manifest (closure refuses to minify the debug version).
diff --git a/root/static/edit.js.manifest b/root/static/edit.js.manifest
index 098f2fe..2b01d92 100644
--- a/root/static/edit.js.manifest
+++ b/root/static/edit.js.manifest
@@ -1,3 +1,3 @@
-lib/filesize.js/debug/filesize.js
+lib/filesize.js/production/filesize.js
scripts/edit
commit 62072ccf6e197ff6fd5378b801a837bc805021df
Author: warp <[email protected]>
Date: Mon Dec 3 12:10:35 2012 +0100
MBS-4376, remove unused MB.CoverArt.lastCheck from CoverArt.js.
diff --git a/root/static/scripts/edit/MB/CoverArt.js b/root/static/scripts/edit/MB/CoverArt.js
index e1902f6..359e22d 100644
--- a/root/static/scripts/edit/MB/CoverArt.js
+++ b/root/static/scripts/edit/MB/CoverArt.js
@@ -21,8 +21,6 @@
MB.CoverArt = {};
-MB.CoverArt.lastCheck;
-
MB.CoverArt.validate_cover_art_file = function () {
var filename = $('iframe').contents ().find ('#file').val ();
var invalid = (filename == ""
@@ -334,4 +332,4 @@ MB.CoverArt.add_cover_art = function (gid)
});
}
-};
\ No newline at end of file
+};
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server