equal
deleted
inserted
replaced
1 /** |
1 /** |
2 * Volume widget presentation code |
2 * Volume widget presentation code |
3 * |
3 * |
4 * Web control interface script for Amarok |
4 * Web control interface script for Amarok |
5 * Written by Dan Fuhry - 2008 |
5 * Copyright (C) 2008 Dan Fuhry |
6 * |
6 * |
7 * This script is in the public domain. Use it for good, not evil. |
7 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
|
8 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
|
9 * |
|
10 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
11 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
8 */ |
12 */ |
9 |
13 |
10 var current_volume = 0; |
14 var current_volume = 0; |
11 |
15 |
12 function set_volume_fill(amount) |
16 function set_volume_fill(amount) |