File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.2: 2012-04-28
2
+ * jQuery-compatible
3
+
4
+ 1.1: 2009-08-30
5
+ * First official release.
6
+ * Prototype-compatible
7
+
8
+ 1.0: 2009-07-05
9
+ * Initial (experimental) release.
10
+ * Prototype-compatible
Original file line number Diff line number Diff line change 1
1
/**
2
2
* JTab - Javascript/CSS Guitar Chord and Tab Notation for the Web.
3
- * Version 1.1
3
+ * Version 1.2
4
4
* Written by Paul Gallagher (http://tardate.com), 2009.
5
5
* See:
6
6
* http://jtab.tardate.com : more information on availability, configuration and use.
28
28
//
29
29
30
30
var jtab = {
31
- Version : '1.1 ' ,
31
+ Version : '1.2 ' ,
32
32
element_count :0 , //TODO:
33
33
Strings : {
34
34
AboutDialog : '<html><head><title>About jTab</title></head><body style=""><p style="">jTab version: {V}</p><p><a href="http://jtab.tardate.com" target="_blank">http://jtab.tardate.com</a></p><p><input type="button" class="close" value="OK" onClick="window.close()"/></p></body></html>'
You can’t perform that action at this time.
0 commit comments