mirror of https://github.com/xwiki-labs/cryptpad
jshint compliance
This commit is contained in:
parent
4a9a564913
commit
f09ae9b19c
|
@ -428,8 +428,6 @@ define([
|
|||
Cryptpad.onLogout(function () { setEditable(false); });
|
||||
};
|
||||
|
||||
var interval = 100;
|
||||
|
||||
var first = function () {
|
||||
Cryptpad.ready(function () {
|
||||
andThen();
|
||||
|
|
|
@ -695,8 +695,6 @@ define([
|
|||
Cryptpad.onLogout(function () { setEditable(false); });
|
||||
};
|
||||
|
||||
var interval = 100;
|
||||
|
||||
var first = function () {
|
||||
Cryptpad.ready(function () {
|
||||
andThen();
|
||||
|
|
Loading…
Reference in New Issue