summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/js
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-16 04:29:39 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-16 04:29:39 +0100
commitdd88f4e20ef8d6925296a9cf583cbc269ce42be2 (patch)
tree8803f98bfa52c79fb9d8d1601041f9348a818db1 /etherpad/src/static/js
parent7a9ac2cb877e670bbb51fd17e98f2963ab6859fb (diff)
downloadetherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.tar.gz
etherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.tar.bz2
etherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.zip
rebranded for pad.spline.inf.fu-berlin.de
Diffstat (limited to 'etherpad/src/static/js')
-rw-r--r--etherpad/src/static/js/pad_modals.js4
-rw-r--r--etherpad/src/static/js/pro/guest-knock-client.js2
-rw-r--r--etherpad/src/static/js/store.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/etherpad/src/static/js/pad_modals.js b/etherpad/src/static/js/pad_modals.js
index 35a1155..c9f48b5 100644
--- a/etherpad/src/static/js/pad_modals.js
+++ b/etherpad/src/static/js/pad_modals.js
@@ -131,7 +131,7 @@ var padmodals = (function() {
});
$("#feedbackemails a").each(function() {
var node = $(this);
- node.attr('href', "mailto:"+node.attr('href')+"@etherpad.com");
+ node.attr('href', "mailto:"+node.attr('href')+"@pad.spline.inf.fu-berlin.de");
});
},
initShareBox: function() {
@@ -280,7 +280,7 @@ var padmodals = (function() {
}
function error(e) {
setSendingFeedback(false);
- $("#feedbackbox-response").html("Could not send feedback. Please email us at feedback"+"@"+"etherpad.com instead.").get(0).className = 'badresponse';
+ $("#feedbackbox-response").html("Could not send feedback. Please email us at feedback"+"@"+"pad.spline.inf.fu-berlin.de instead.").get(0).className = 'badresponse';
$("#feedbackbox-response").show();
}
},*/
diff --git a/etherpad/src/static/js/pro/guest-knock-client.js b/etherpad/src/static/js/pro/guest-knock-client.js
index 16424d9..bace225 100644
--- a/etherpad/src/static/js/pro/guest-knock-client.js
+++ b/etherpad/src/static/js/pro/guest-knock-client.js
@@ -44,7 +44,7 @@ function knockReply(responseText) {
}
function knockError() {
- alert("There was an error requesting access to the pad. Kindly report this by sending email to bugs@etherpad.com.");
+ alert("There was an error requesting access to the pad. Kindly report this by sending email to bugs@pad.spline.inf.fu-berlin.de.");
}
$(document).ready(function() {
diff --git a/etherpad/src/static/js/store.js b/etherpad/src/static/js/store.js
index 96a6487..549e52d 100644
--- a/etherpad/src/static/js/store.js
+++ b/etherpad/src/static/js/store.js
@@ -74,7 +74,7 @@ store.eepnetTrial.submit = function() {
$('#dlsignup').hide();
$('#processingmsg').fadeIn('fast');
- // first stubmit to etherpad.com...
+ // first stubmit to pad.spline.inf.fu-berlin.de...
var data = {};
$(".signupData").each(function() {
data[$(this).attr("id")] = $(this).val();