CC-2456 : Multiple storage folders show up on the same line

This commit is contained in:
Naomi Aro 2011-06-27 18:05:28 +02:00
parent 4a478117c6
commit e8265614ba
2 changed files with 10 additions and 7 deletions

View file

@ -16,7 +16,7 @@ function setWatchedDirEvents() {
systemImageUrl: 'img/browser/',
handlerUrl: '/Preference/server-browse/format/json',
title: 'Choose Storage Folder',
basePath: '/home',
basePath: '',
requestMethod: 'POST',
});
@ -36,7 +36,7 @@ function setWatchedDirEvents() {
systemImageUrl: 'img/browser/',
handlerUrl: '/Preference/server-browse/format/json',
title: 'Choose Folder to Watch',
basePath: '/home',
basePath: '',
requestMethod: 'POST',
});
@ -72,7 +72,7 @@ function setWatchedDirEvents() {
});
});
$('#watchedFolder-table').find('.ui-icon-close').click(function(){
$('.selected-item').find('.ui-icon-close').click(function(){
var row = $(this).parent();
var folder = $(this).prev().text();