Sha256: 04aa05e01c9c43c6f9dd67b8c7c977c266629789808e3dcd0646f71eb1eec9b1

Contents?: true

Size: 563 Bytes

Versions: 34

Compression:

Stored size: 563 Bytes

Contents

-# frozen_string_literal: true
:javascript
  $(function() {
    Quby.init({
      questionnaire_key: #{raw @questionnaire.key.to_json},
      answer_value: #{raw @answer.value.to_json},
      flag_definitions: #{raw answer.questionnaire.flags.to_json},
      flag_values: #{raw answer.flags.to_json},
      textvars: #{raw @answer.textvars.to_json}
    });

    // Initialize all panels in bulk, activate first panel otherwise
    if(isBulkOrSinglePage) {
      initShowsHides("all_panels");
    } else {
      activatePanel($(".panel:first"), true);
    }
  });

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
quby-5.6.6 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.6.5 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.6.3 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.6.2 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.6.1 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.6.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.5.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.4.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.3.1 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.3.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.2.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.1.3 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.1.2 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.1.1 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.1.0 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.0.5 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.0.4 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.0.3 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.0.2 app/views/quby/v1/shared/_footer_javascript.html.haml
quby-5.0.1 app/views/quby/v1/shared/_footer_javascript.html.haml