forked from 0x2620/pandora
minor cleanup
This commit is contained in:
parent
26909d417f
commit
13ecd6340e
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<p>Help is coming soon...</p>
|
<p>Help is coming soon...</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<p>{site.name}</p> looks, feels and works more like a desktop application than like a usual website. It has a menu on top that shows most of the site's functionality, including keyboard shortcuts. Most other interface elements are resizable, or can be collapsed and expanded, dialogs can be moved around, and any list of {itemName.plural} or clips can be sorted in different ways. {site.name} remembers these settings — the next time you visit the site, everything will be just as you left it.</p>
|
<p>{site.name} looks, feels and works more like a desktop application than like a usual website. It has a menu on top that shows most of the site's functionality, including keyboard shortcuts. Most other interface elements are resizable, or can be collapsed and expanded, dialogs can be moved around, and any list of {itemName.plural} or clips can be sorted in different ways. {site.name} remembers these settings — the next time you visit the site, everything will be just as you left it.</p>
|
||||||
<p>
|
<p>
|
||||||
<h2>Mouse and Keyboard Shortcuts</h2><br>
|
<h2>Mouse and Keyboard Shortcuts</h2><br>
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -271,7 +271,6 @@ pandora.ui.folderList = function(id) {
|
||||||
add: function(event) {
|
add: function(event) {
|
||||||
// fixme: this is duplicated,
|
// fixme: this is duplicated,
|
||||||
// see folder collapse panel menu handler
|
// see folder collapse panel menu handler
|
||||||
var i = ['personal', 'favorite', 'featured'].indexOf(id);
|
|
||||||
if (id == 'personal') {
|
if (id == 'personal') {
|
||||||
if (event.keys == '' || event.keys == 'alt') {
|
if (event.keys == '' || event.keys == 'alt') {
|
||||||
pandora.api.addList({
|
pandora.api.addList({
|
||||||
|
|
Loading…
Reference in a new issue