bump to 0.3.4, single dist file notify.js, move docs out to notify-com repo, cleaned up generated coffeescript, minification is now done in the browser on the docs page
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
|
||||
<script src="../dist/notify.js"></script>
|
||||
<script src="../dist/styles/notify-bootstrap.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
html {
|
||||
font-family: Helvetica;
|
||||
}
|
||||
|
||||
.boxes {
|
||||
margin: 150px;
|
||||
}
|
||||
@@ -25,7 +28,7 @@
|
||||
<!-- run code -->
|
||||
<script class="demo">
|
||||
|
||||
$.notify.options({
|
||||
$.notify.defaults({
|
||||
autoHide: false
|
||||
});
|
||||
|
||||
@@ -43,4 +46,4 @@
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user