mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Final major add for working buttons in IE
This commit is contained in:
parent
cf255b2979
commit
a07bd76625
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
var padeditbar = (function()
|
var padeditbar = (function()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -84,7 +83,8 @@ var padeditbar = (function()
|
||||||
},
|
},
|
||||||
isEnabled: function()
|
isEnabled: function()
|
||||||
{
|
{
|
||||||
return !$("#editbar").hasClass('disabledtoolbar');
|
// return !$("#editbar").hasClass('disabledtoolbar');
|
||||||
|
return true;
|
||||||
},
|
},
|
||||||
disable: function()
|
disable: function()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue