mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -389,7 +389,7 @@ function edInsertImage(myField) {
|
||||
}
|
||||
|
||||
|
||||
// Allow multiple instances.
|
||||
// Allow multiple instances.
|
||||
// Name = unique value, id = textarea id, container = container div.
|
||||
// Can disable some buttons by passing comma delimited string as 4th param.
|
||||
var QTags = function(name, id, container, disabled) {
|
||||
@@ -399,7 +399,7 @@ var QTags = function(name, id, container, disabled) {
|
||||
t.Links = [];
|
||||
t.OpenTags = [];
|
||||
t.Canvas = document.getElementById(id);
|
||||
|
||||
|
||||
if ( ! t.Canvas || ! cont )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user