4.1.0 • Published 5 years ago

ember-noscript v4.1.0

Weekly downloads
363
License
MIT
Repository
github
Last release
5 years ago

ember-noscript

Build Status Ember Observer Score

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

Only does one thing, hopefully well:

<noscript>
  <p>
    For full functionality of this site it is necessary to enable JavaScript.  
    Here are the
    <a href='https://www.enable-javascript.com/' target='_blank'> instructions how to enable JavaScript in your web browser</a>.
  </p>
</noscript>

Usage

  • ember install ember-noscript

Customization

This addon is configured via your applications config/environment.js file.

The default noScript value is:

  noScript: {
    'content': "<p>" +
                "For full functionality of this site it is necessary to enable JavaScript." +
                "Here are the <a href='https://www.enable-javascript.com/' target='_blank'>" +
                "instructions on how to enable JavaScript in your web browser</a>." +
              "</p>",
    'placeIn': 'head'
  }

See the Contributing guide for details.

License

This project is licensed under the MIT License.

4.1.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.7.0

6 years ago

2.6.0

7 years ago

2.5.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago