Changeset 35974
- Timestamp:
- 11/23/09 20:25:36 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/zip-de-download.js
r35973 r35974 156 156 let zipW = new zipWriter(); 157 157 let urls = [url for each(url in urls)]; 158 liberator.assert(urls.length < 1, "None of URLs");159 160 if ( (/\.zip$/i).test(path)){158 liberator.assert(urls.length > 0, "None of URLs"); 159 160 if (!(/\.zip$/i).test(path)){ 161 161 path += ".zip"; 162 162 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)