File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 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 11/**
22 * JTab - Javascript/CSS Guitar Chord and Tab Notation for the Web.
3- * Version 1.1
3+ * Version 1.2
44 * Written by Paul Gallagher (http://tardate.com), 2009.
55 * See:
66 * http://jtab.tardate.com : more information on availability, configuration and use.
2828//
2929
3030var jtab = {
31- Version : '1.1 ' ,
31+ Version : '1.2 ' ,
3232 element_count :0 , //TODO:
3333 Strings : {
3434 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