xtras/mathuaerknedam 648:6be32c825d47: minimal_mod: fix indentat...
commits at adium.im
commits at adium.im
Fri Nov 22 22:44:36 UTC 2013
details: http://hg.adium.im/xtras/mathuaerknedam/rev/6be32c825d47
revision: 648:6be32c825d47
branch: (none)
author: mathuaerknedam <adium at ei8ht.us>
date: Fri Nov 22 16:44:30 2013 -0600
minimal_mod: fix indentation and a missing '>'.
diffs (40 lines):
diff -r eb6cc1011a3a -r 6be32c825d47 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html Fri Nov 22 15:06:07 2013 -0600
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html Fri Nov 22 16:44:30 2013 -0600
@@ -4,7 +4,7 @@
<div class="x-sender" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</div>
<div class="x-message" title="%service% %time%">
is attempting to send you <b>%fileName%</b>
- <div class="x-buttons"
+ <div class="x-buttons">
<input type="button" onclick="%saveFileHandler%" value="Accept File"></input>
<input type="button" onclick="%cancelRequestHandler%" value="Cancel File"></input>
</div>
diff -r eb6cc1011a3a -r 6be32c825d47 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Footer.js
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Footer.js Fri Nov 22 15:06:07 2013 -0600
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Footer.js Fri Nov 22 16:44:30 2013 -0600
@@ -1,13 +1,13 @@
// Not all chats have a header
if (document.getElementById('x-header')) {
- // Hide the header when the user scrolls up (using the same calc as nearBottom).
- function twiddleHeader() {
- if ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) ) {
- document.getElementById('x-header').style.display = 'block';
- } else {
- document.getElementById('x-header').style.display = 'none';
- }
- }
+ // Hide the header when the user scrolls up (using the same calc as nearBottom).
+ function twiddleHeader() {
+ if ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) ) {
+ document.getElementById('x-header').style.display = 'block';
+ } else {
+ document.getElementById('x-header').style.display = 'none';
+ }
+ }
- window.addEventListener("scroll", twiddleHeader, false);
-}
\ No newline at end of file
+ window.addEventListener("scroll", twiddleHeader, false);
+}
More information about the commits
mailing list