From 13d0859dcd9793212a71d7678328b879e11e2691 Mon Sep 17 00:00:00 2001 From: Masfehico Date: Mon, 23 Nov 2020 17:37:22 +0100 Subject: Cleaning up --- script.js | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 script.js (limited to 'script.js') diff --git a/script.js b/script.js deleted file mode 100644 index b346356..0000000 --- a/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} -- cgit v1.2.3 b.git/stats/javadoc/package-summary.html'>stats
path: root/javadoc/package-summary.html (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-29Exception handling added to PC and ACClyhtsuriva1-2/+10
2020-12-29report updateClyhtsuriva3-8/+8
2020-12-29cleaningClyhtsuriva1-0/+0
2020-12-29report updateClyhtsuriva4-62/+120
2020-12-29report updateClyhtsuriva3-4/+13
2020-12-29toString global updateClyhtsuriva25-46/+46
2020-12-29Creating the diagram and finishing the report.Clyhtsuriva13-188/+43565
2020-12-28Finishing javadocClyhtsuriva28-184/+858
2020-12-28Starting javadocClyhtsuriva32-19/+6481
2020-12-28Update REAME.mdClyhtsuriva2-8/+6
2020-12-28Method to show audiobooks sorted by authorClyhtsuriva1-2/+28
2020-12-28Added method to display albums sorted by genreClyhtsuriva2-5/+33
2020-12-28Print album sorted by date methodClyhtsuriva1-4/+28
2020-12-28Display content of an albumClyhtsuriva2-2/+25
2020-12-28Repairing playlistClyhtsuriva7-13/+72
2020-12-25Beginning the reportClyhtsuriva2-0/+67
2020-12-25comment on PlaylistClyhtsuriva1-1/+1
2020-12-24Playlist : sort by name and delete optionClyhtsuriva6-40/+128
2020-12-24Finishing album and starting playlistsClyhtsuriva3-16/+102
2020-12-23Implementing AlbumClyhtsuriva3-17/+155
2020-12-22SimplifyingClyhtsuriva2-129/+81
2020-12-19Adding AudioBooksClyhtsuriva7-48/+225
2020-12-11(De)Serialization of the songsClyhtsuriva2-42/+63
2020-12-11Getting serialization working with a songClyhtsuriva3-7/+36
2020-12-11adding Serialization interface and methodsClyhtsuriva6-59/+63
2020-12-07Big updateMasfehico6-16/+99
2020-12-07cleaning and adding stuff in playlistMasfehico3-2/+20
2020-12-07Updating song and audiobook accordingly to the last commitMasfehico2-8/+8
2020-12-07Adding the enum classesMasfehico3-0/+9
2020-12-07Updating song, audiobook and musical elements's sets and getsMasfehico3-5/+23
2020-12-07Finishing MusicalElement.javaMasfehico1-6/+11
2020-11-23Cleaning upMasfehico2-30/+0
2020-11-23Deleting the CSVSMasfehico5-3669/+0
2020-11-23Minor testing changesMasfehico7-43/+63
2020-11-23Musical elements updated and jMusicHub basic creationMasfehico2-0/+0
2020-11-23Musical elements updated and jMusicHub basic creationMasfehico4-3/+74
2020-11-21README.md updatedMasfehico1-3/+1
2020-11-19Started Song and MusicalElementMasfehico5-0/+190
2020-11-18Added CSVsMasfehico9-102/+3756
2020-11-18Firs filesMasfehico8-0/+103
2020-11-17LICENSE updatedMasfehico1-68/+81