Method: Ambling::Line::Settings#js_enabled

Defined in:
lib/ambling/line.rb

#js_enabledObject

true

(true / false) In case you don’t use any flash - JavaScript communication, you shuold set this setting to false - this will save some CPU and will disable the security warning message which appears when opening the chart from hard drive.



126
127
128
# File 'lib/ambling/line.rb', line 126

def js_enabled
  @js_enabled
end