Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Issue #8

Open
davcpas1234 opened this issue Feb 27, 2016 · 0 comments
Open

Documentation Issue #8

davcpas1234 opened this issue Feb 27, 2016 · 0 comments

Comments

@davcpas1234
Copy link

Hi,

In the included documentation it refers installation similar to this

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="jquery.notyfy.js"></script>
<script type="text/javascript" src="jquery.notyfy.css"></script>

<!-- include a theme -->
<script type="text/javascript" src="themes/default.css"></script>

It should be this:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="jquery.notyfy.js"></script>

<link rel="stylesheet" href="jquery.notyfy.css">

<!-- include a theme -->
<link rel="stylesheet" href="themes/default.css">

Also here:

var notyfy = notyfy({...});

requires better naming to work:

var n = notyfy({...});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant