Imported from SVN by Bitbucket
This commit is contained in:
1680
ajquery/js/ajquery.js
Executable file
1680
ajquery/js/ajquery.js
Executable file
File diff suppressed because it is too large
Load Diff
6
ajquery/js/browser.json
Executable file
6
ajquery/js/browser.json
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"path": [PATH_JS],
|
||||
"pathcurrent": "[PATH]",
|
||||
"parent": "[PATH_PARENT]",
|
||||
"browser": [BROWSER_JS]
|
||||
}
|
||||
4
ajquery/js/jquery-1.11.0.min.js
vendored
Executable file
4
ajquery/js/jquery-1.11.0.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
6
ajquery/js/jquery-ui-1.10.4.custom.min.js
vendored
Executable file
6
ajquery/js/jquery-ui-1.10.4.custom.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
4
ajquery/js/library.json
Executable file
4
ajquery/js/library.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"queryInfo": [QUERY_INFO_JS],
|
||||
"query": [QUERY_JS]
|
||||
}
|
||||
29
ajquery/js/state.json
Executable file
29
ajquery/js/state.json
Executable file
@@ -0,0 +1,29 @@
|
||||
{"playlist":[PLAYLIST_JS],
|
||||
"playlists":[PLAYLISTS_JS],
|
||||
"playbackOrder":"[PLAYBACK_ORDER]",
|
||||
"volume":"[VOLUME]",
|
||||
"volumedb":"[VOLUME_DB]",
|
||||
"SAC":"[SAC]",
|
||||
"SAQ":"[SAQ]",
|
||||
"isPlaying":"[IS_PLAYING]",
|
||||
"isPaused":"[IS_PAUSED]",
|
||||
"isEnqueueing":"[IS_ENQUEUEING]",
|
||||
"playingItem":"[PLAYLIST_ITEM_PLAYING]",
|
||||
"focusedItem":"[PLAYLIST_ITEM_FOCUSED]",
|
||||
"prevplayedItem":"[PLAYLIST_ITEM_PREV_PLAYED]",
|
||||
"itemPlayingPos":"[ITEM_PLAYING_POS]",
|
||||
"itemPlayingLen":"[ITEM_PLAYING_LEN]",
|
||||
"playlistPage":"[PLAYLIST_PAGE]",
|
||||
"playlistItemsPerPage":"[PLAYLIST_ITEMS_PER_PAGE]",
|
||||
"playlistItemsCount":"[PLAYLIST_ITEMS_COUNT]",
|
||||
"playlistActive":"[PLAYLIST_ACTIVE]",
|
||||
"playlistPlaying":"[PLAYLIST_PLAYING]",
|
||||
"playlistPlayingItemsCount":"[PLAYLIST_PLAYING_ITEMS_COUNT]",
|
||||
"playlistTotalTime":"[PLAYLIST_TOTAL_TIME]",
|
||||
"queueTotalTime":"[QUEUE_TOTAL_TIME]",
|
||||
"isUndoAvailable":"[PLAYLIST_IS_UNDO_AVAILABLE]",
|
||||
"isRedoAvailable":"[PLAYLIST_IS_REDO_AVAILABLE]",
|
||||
"helper1":"[HELPER1X]",
|
||||
"helper2":"[HELPER2X]",
|
||||
"helper3":"[HELPER3X]",
|
||||
"albumArt":"[ALBUMART]"}
|
||||
Reference in New Issue
Block a user