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:
@@ -20,7 +20,7 @@
|
||||
<!-- run code -->
|
||||
<script class="demo">
|
||||
|
||||
$.notify.defaults({ arrowShow: false })
|
||||
$.notify.defaults({ arrowShow: false, autoHide: false })
|
||||
|
||||
|
||||
$.notify.addStyle('single-text', {
|
||||
@@ -36,9 +36,6 @@
|
||||
});
|
||||
|
||||
$(function() {
|
||||
|
||||
|
||||
|
||||
$(".1").notify({
|
||||
title: "HELLO!",
|
||||
p1: "little",
|
||||
@@ -55,4 +52,4 @@
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user