diff options
author | Jordan <jordan.hollinger@gmail.com> | 2012-02-09 21:55:47 -0500 |
---|---|---|
committer | Jordan <jordan.hollinger@gmail.com> | 2012-02-13 22:59:12 -0500 |
commit | da23a62c49111910070b417d69ca6b6f3bd9642e (patch) | |
tree | 3f48ab06d677d37c35351b0042b661e192a35e2b /static | |
parent | 0d3188365aee89c7510d92fae7617d89a8cddfd0 (diff) | |
download | etherpad-lite-da23a62c49111910070b417d69ca6b6f3bd9642e.zip |
Remove an unused collab client message
Diffstat (limited to 'static')
-rw-r--r-- | static/js/pad.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/static/js/pad.js b/static/js/pad.js index 17c2c800..9dab9c61 100644 --- a/static/js/pad.js +++ b/static/js/pad.js @@ -570,16 +570,6 @@ var pad = { }; options.view[key] = value; pad.handleOptionsChange(options); - // if the request isn't to hide line numbers then broadcast this to other users - if (key != "showLineNumbers" && key != "useMonospaceFont") - { - pad.collabClient.sendClientMessage( - { - type: 'padoptions', - options: options, - changedBy: pad.myUserInfo.name || "unnamed" - }); - } }, handleOptionsChange: function(opts) { |