mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Remove an unused collab client message
This commit is contained in:
parent
0d3188365a
commit
da23a62c49
1 changed files with 0 additions and 10 deletions
|
@ -570,16 +570,6 @@ var pad = {
|
||||||
};
|
};
|
||||||
options.view[key] = value;
|
options.view[key] = value;
|
||||||
pad.handleOptionsChange(options);
|
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)
|
handleOptionsChange: function(opts)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue