• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mozilla 1.4 question

CTho9305

Elite Member
Could anyone hook me up with comm.jar, en-US.jar, and all.js after applying patch 9? I applied it by hand (Windows, not sure how do use a diff) and now ctrl+w doesn't close tabs (nor does File->Close Tab). I'm assuming I made a mistake with one of the files.

edit: never mind. Found my typo.
If you want the patched versions of the files:
comm.jar
en-US.jar
all.js
where to put them
 
Just install cygwin.

cd directory_with_files_to_patch
patch -p{0|1|2} < patchfile

The number just depends on what directory the person was in when they generated the patch, just keep trying till one works 😉
 
patch and diff work on anything. The thing that matters is how the person who made the patch generated it. I'm guessing he made the patch for the source files, though, not the jar files.
 
Back
Top