summaryrefslogtreecommitdiff
path: root/swat/scripting/common.js
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-07-12 06:31:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:20:10 -0500
commitfdb91826aae19afe672b9d7bdff90b5260bcae88 (patch)
tree477200926f5d7ccb429d8bbdb09c54beb3629eb9 /swat/scripting/common.js
parentfb80c37c49753318a900f2a5e83f2fc35966a834 (diff)
downloadsamba-fdb91826aae19afe672b9d7bdff90b5260bcae88.tar.gz
samba-fdb91826aae19afe672b9d7bdff90b5260bcae88.tar.bz2
samba-fdb91826aae19afe672b9d7bdff90b5260bcae88.zip
r8353: Use a PNG instead of a GIF for padding. Also fixes a file not found
error as only PNG files were being installed by 'make installswat'. (This used to be commit eaf9c455de3025155fb502fb4c93eefa4eb13f7e)
Diffstat (limited to 'swat/scripting/common.js')
-rw-r--r--swat/scripting/common.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/swat/scripting/common.js b/swat/scripting/common.js
index 3321cfb772..cdf18d1c9b 100644
--- a/swat/scripting/common.js
+++ b/swat/scripting/common.js
@@ -55,9 +55,8 @@ function page_footer() {
*/
function always_allowed(uri) {
var allowed = new Array("/images/favicon.ico",
- "/images/linkpad.gif",
+ "/images/linkpad.png",
"/images/logo.png",
- "/images/logo.gif",
"/style/main.css",
"/style/common.css");
for (i in allowed) {