Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 225894ac7 -> 58b835334


Regenerate from source with fixed EOLs


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/58b83533
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/58b83533
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/58b83533

Branch: refs/heads/master
Commit: 58b8353341edcbbae2ab2856d8725d9daef0c75e
Parents: 225894a
Author: Sebb <s...@apache.org>
Authored: Sat Oct 15 23:58:47 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Sat Oct 15 23:58:47 2016 +0100

----------------------------------------------------------------------
 site/js/ponymail.js | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/58b83533/site/js/ponymail.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail.js b/site/js/ponymail.js
index a604b23..3d8dd66 100644
--- a/site/js/ponymail.js
+++ b/site/js/ponymail.js
@@ -1105,6 +1105,7 @@ function showCalendarPicker(parent, seedDate) {
     drawCalendarPicker(div, seedDate)    
 }
 
+
 /******************************************
  Fetched from dev/ponymail_dom_helpers.js
 ******************************************/
@@ -1354,6 +1355,7 @@ function openEmail() {
     return false
 }
 
+
 /******************************************
  Fetched from dev/ponymail_email_displays.js
 ******************************************/
@@ -2154,6 +2156,7 @@ function favorite(sub, list) {
     
 }
 
+
 /******************************************
  Fetched from dev/ponymail_helperfuncs.js
 ******************************************/
@@ -3616,6 +3619,7 @@ function loadNgrams() {
     
 }
 
+
 /******************************************
  Fetched from dev/ponymail_pagebuilder.js
 ******************************************/
@@ -4157,6 +4161,7 @@ function setQuickSearchDateRange() {
 
 window.setInterval(setQuickSearchDateRange, 250)
 
+
 /******************************************
  Fetched from dev/ponymail_phonebook.js
 ******************************************/
@@ -4638,6 +4643,7 @@ function showStats(json) {
     obj.innerHTML += ts
 }
 
+
 /******************************************
  Fetched from dev/ponymail_timetravel.js
 ******************************************/
@@ -4724,6 +4730,7 @@ function timeTravelList(id, jump) {
     GetAsync("/api/thread.lua?timetravel=true&id=" + mid, {id: id, jump: 
jump}, timeTravelListRedirect)
 }
 
+
 /******************************************
  Fetched from dev/ponymail_trends.js
 ******************************************/
@@ -5038,6 +5045,7 @@ function gatherTrends() {
     document.title = "Stats for " + list + " - Pony Mail!"
 }
 
+
 /******************************************
  Fetched from dev/ponymail_user_preferences.js
 ******************************************/

Reply via email to