jquery.wikiEditor.toolbar: Clean up target variable

Follows-up 5667dfcd54.

Change-Id: Ib2365aa6ab626717d346ab2e299c174bebfff506
This commit is contained in:
Timo Tijhof 2014-05-09 12:26:05 +02:00
parent 887dcfcbc9
commit b965e0af4f

View file

@ -158,7 +158,7 @@ api : {
// Save for later checking if empty
group = target;
// Tool
target = group + ' a[rel="' + data.tool + '"].tool, ' + group + ' img[rel="' + data.tool + '"].tool';
target = target + ' a[rel="' + data.tool + '"].tool, ' + target + ' img[rel="' + data.tool + '"].tool';
}
} else if ( typeof data.page === 'string' ) {
// Booklet page