diff options
Diffstat (limited to 'lib/python/Components/Button.py')
| -rw-r--r-- | lib/python/Components/Button.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py index d9226b6d..cb4b4213 100644 --- a/lib/python/Components/Button.py +++ b/lib/python/Components/Button.py @@ -17,11 +17,9 @@ class Button(HTMLComponent, GUIComponent, VariableText): return 0 def disable(self): -# self.instance.hide() pass def enable(self): -# self.instance.show() pass # html: |
