From 881a86f051f9dfe7015e5a9bb911f829853625c6 2017-06-14 05:30:19
From: DarkMorford
Date: 2017-06-14 05:30:19
Subject: [PATCH] Clean up extraneous spaces at the ends of lines.
---
diff --git a/CalendarPopup.js b/CalendarPopup.js
index acb306e..0b7a890 100644
--- a/CalendarPopup.js
+++ b/CalendarPopup.js
@@ -11,7 +11,7 @@
// use. That means, you can include it in your product, or your web
// site, or any other form where the code is actually being used. You
// may not put the plain javascript up on your site for download or
-// include it in your javascript libraries for download.
+// include it in your javascript libraries for download.
// If you wish to share this code with others, please just point them
// to the URL instead.
// Please DO NOT link directly to my .js files from your site. Copy
@@ -21,7 +21,7 @@
/* SOURCE FILE: AnchorPosition.js */
-/*
+/*
AnchorPosition.js
Author: Matt Kruse
Last modified: 10/11/02
@@ -30,7 +30,7 @@ DESCRIPTION: These functions find the position of an tag in a document,
so other elements can be positioned relative to it.
COMPATABILITY: Netscape 4.x,6.x,Mozilla, IE 5.x,6.x on Windows. Some small
-positioning errors - usually with Window positioning - occur on the
+positioning errors - usually with Window positioning - occur on the
Macintosh platform.
FUNCTIONS:
@@ -44,16 +44,16 @@ getAnchorWindowPosition(anchorname)
NOTES:
-1) For popping up separate browser windows, use getAnchorWindowPosition.
+1) For popping up separate browser windows, use getAnchorWindowPosition.
Otherwise, use getAnchorPosition
-2) Your anchor tag MUST contain both NAME and ID attributes which are the
+2) Your anchor tag MUST contain both NAME and ID attributes which are the
same. For example:
-3) There must be at least a space between for IE5.5 to see the
+3) There must be at least a space between for IE5.5 to see the
anchor tag correctly. Do not do with no space.
-*/
+*/
// getAnchorPosition(anchorname)
// This function returns an object having .x and .y properties which are the coordinates
@@ -139,7 +139,7 @@ function AnchorPosition_getPageOffsetLeft (el) {
}
function AnchorPosition_getWindowOffsetLeft (el) {
return AnchorPosition_getPageOffsetLeft(el)-document.body.scrollLeft;
- }
+ }
function AnchorPosition_getPageOffsetTop (el) {
var ot=el.offsetTop;
while((el=el.offsetParent) != null) { ot += el.offsetTop; }
@@ -156,14 +156,14 @@ function AnchorPosition_getWindowOffsetTop (el) {
// May 17, 2003: Fixed bug in parseDate() for dates <1970
// March 11, 2003: Added parseDate() function
// March 11, 2003: Added "NNN" formatting option. Doesn't match up
-// perfectly with SimpleDateFormat formats, but
+// perfectly with SimpleDateFormat formats, but
// backwards-compatability was required.
// ------------------------------------------------------------------
-// These functions use the same 'format' strings as the
+// These functions use the same 'format' strings as the
// java.text.SimpleDateFormat class, with minor exceptions.
// The format string consists of the following abbreviations:
-//
+//
// Field | Full Form | Short Form
// -------------+--------------------+-----------------------
// Year | yyyy (4 digits) | yy (2 digits), y (2 or 4 digits)
@@ -286,7 +286,7 @@ function formatDate(date,format) {
}
return result;
}
-
+
// ------------------------------------------------------------------
// Utility functions for parsing in getDateFromFormat()
// ------------------------------------------------------------------
@@ -305,12 +305,12 @@ function _getInt(str,i,minlength,maxlength) {
}
return null;
}
-
+
// ------------------------------------------------------------------
// getDateFromFormat( date_string , format_string )
//
// This function takes a date string and a format string. It matches
-// If the date string matches the format string, it returns the
+// If the date string matches the format string, it returns the
// getTime() of the date. If it does not match, it returns 0.
// ------------------------------------------------------------------
function getDateFromFormat(val,format) {
@@ -330,7 +330,7 @@ function getDateFromFormat(val,format) {
var mm=now.getMinutes();
var ss=now.getSeconds();
var ampm="";
-
+
while (i_format < format.length) {
// Get next token from format string
c=format.charAt(i_format);
@@ -469,7 +469,7 @@ function parseDate(val) {
/* SOURCE FILE: PopupWindow.js */
-/*
+/*
PopupWindow.js
Author: Matt Kruse
Last modified: 02/16/04
@@ -479,20 +479,20 @@ in a certain place. The window can either be a DIV or a separate browser
window.
COMPATABILITY: Works with Netscape 4.x, 6.x, IE 5.x on Windows. Some small
-positioning errors - usually with Window positioning - occur on the
-Macintosh platform. Due to bugs in Netscape 4.x, populating the popup
+positioning errors - usually with Window positioning - occur on the
+Macintosh platform. Due to bugs in Netscape 4.x, populating the popup
window with
-
+
Create();
*/
?>
-
-
-
+
+
+
@@ -163,7 +163,7 @@ tinyMCE.init({
-
+
diff --git a/swap-comics.php b/swap-comics.php
index 06e0496..64c698d 100644
--- a/swap-comics.php
+++ b/swap-comics.php
@@ -7,7 +7,7 @@ auth_redirect(); // Require logged in user to access this page.
if($_POST)
{
check_nonce('swap-strip');
-
+
if(!is_numeric($_POST['comic_a']) || !is_numeric($_POST['comic_b']))
mtdie('This tool only works on numeric strip numbers.');
@@ -16,11 +16,11 @@ if($_POST)
$f = fopen(SITE_PATH_ABS.'/'.SITE_STRIP.'/'.SITE_STRIP_LOCK, 'w');
flock($f, LOCK_EX);
-
+
swap_strips( $a, $b );
-
+
close($f);
-
+
$info.='
Strips $a and $b swapped successfully.
';
adminlog("Strips $a and $b have been swapped.", MTS_STRIP, MTA_MODIFY);
}
@@ -48,7 +48,7 @@ adminmenu('swap-comics.php');
-
+
diff --git a/twitter-scheduled.php b/twitter-scheduled.php
index 46da111..e57d984 100644
--- a/twitter-scheduled.php
+++ b/twitter-scheduled.php
@@ -41,3 +41,5 @@ foreach($tweets as $t)
// Unlock tweet, update db.
$mtdb->query("UPDATE twitter_post SET status = '".mysqli_real_escape_string($mtdb->link, $t->status)."' WHERE status = 'locked' AND id = ".(int)$t->id, false);
}
+
+?>