forked from openlp/openlp
Some code formatting.
This commit is contained in:
parent
ca2b466cfd
commit
0ee555cd84
@ -38,6 +38,7 @@ function storeTransposeValue(songId,transposeValueToSet) {
|
||||
localStorage.setItem(songId + '_transposeValue', transposeValueToSet);
|
||||
}
|
||||
|
||||
// NOTE: This function has a python equivalent in openlp/plugins/songs/lib/__init__.py - make sure to update both!
|
||||
function transposeChord(chord, transposeValue, notation) {
|
||||
var chordSplit = chord.replace('♭', 'b').split(/[\/\(\)]/);
|
||||
var transposedChord = '', note, notenumber, rest, currentChord;
|
||||
@ -286,7 +287,6 @@ window.OpenLP = {
|
||||
}
|
||||
}
|
||||
);
|
||||
// $('span.chord').each(function(){this.style.display="inline"});
|
||||
}
|
||||
}
|
||||
$.ajaxSetup({ cache: false });
|
||||
|
Loading…
Reference in New Issue
Block a user