projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d8bc9
)
updated plugin to .panels class
author
coinpr0n
<coinpr0n@gmail.com>
Thu, 15 Aug 2013 10:07:33 +0000
(12:07 +0200)
committer
coinpr0n
<coinpr0n@gmail.com>
Thu, 15 Aug 2013 10:07:33 +0000
(12:07 +0200)
client/assets/plugins/filepicker.html
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/plugins/filepicker.html
b/client/assets/plugins/filepicker.html
index 95f323cf257f0c4d0e265a941110f6c0c1de816d..4bcade557b5ad208cac40c5237ce9b33dd3c2b19 100644
(file)
--- a/
client/assets/plugins/filepicker.html
+++ b/
client/assets/plugins/filepicker.html
@@
-17,7
+17,7
@@
}
}
- filepicker.makeDropPane($("#kiwi
#
panels")[0], { onSuccess: uploaded });
+ filepicker.makeDropPane($("#kiwi
.
panels")[0], { onSuccess: uploaded });
var $icon = $("<a class=\"upload\" title=\"Send File\"><i class=\"icon-upload-alt\"></i></a>");
$icon.click(function () { filepicker.pickMultiple(uploaded); });