aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad
diff options
context:
space:
mode:
authorSimon Bohlin <simon.bohlin@gmail.com>2010-04-15 21:27:35 +0200
committerSimon Bohlin <simon.bohlin@gmail.com>2010-04-15 21:27:35 +0200
commitcd2bbd0e602244403ca379f9f4d9d15bbde545a7 (patch)
tree18106706abbe7fc9e15bafc3a70d7b26c7fdf9b3 /etherpad
parentf8aa31de5a701b7f3f7eb1a0397a97b3787631b3 (diff)
downloadetherpad-cd2bbd0e602244403ca379f9f4d9d15bbde545a7.tar.gz
etherpad-cd2bbd0e602244403ca379f9f4d9d15bbde545a7.tar.xz
etherpad-cd2bbd0e602244403ca379f9f4d9d15bbde545a7.zip
Replacing 'etherpad.com' with 'main site' in some code comments
Diffstat (limited to 'etherpad')
-rw-r--r--etherpad/src/etherpad/legacy_urls.js2
-rw-r--r--etherpad/src/static/js/store.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/etherpad/src/etherpad/legacy_urls.js b/etherpad/src/etherpad/legacy_urls.js
index 458f3b6..d8aa629 100644
--- a/etherpad/src/etherpad/legacy_urls.js
+++ b/etherpad/src/etherpad/legacy_urls.js
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-/* legacy URLs only apply to the public etherpad.com site. (not Pro or PNE). */
+/* legacy URLs only apply to the public main site. (not Pro or PNE). */
var _legacyURLs = {
'/ep/beta-signup': '/',
diff --git a/etherpad/src/static/js/store.js b/etherpad/src/static/js/store.js
index 96a6487..5750f42 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 submit...
var data = {};
$(".signupData").each(function() {
data[$(this).attr("id")] = $(this).val();