Revert change

This commit is contained in:
Sam Georges 2014-10-30 17:39:08 +11:00
parent f3ab4595b2
commit 832a92e925
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@
.click(function() {
return self.toggleExternalParameterEditor($(this))
})
.attr('title', 'Click to enter a partial variable or URL parameter to load the property value from')
.attr('title', 'Click to enter the external parameter name to load the property value from')
.tooltip({'container': 'body', delay: 500})
var $input = $editor.find('input'),
@ -369,7 +369,7 @@
$container.removeClass('editor-visible')
$container.closest('td').removeClass('active')
}, 200)
$editorLink.attr('data-original-title', 'Click to enter a partial variable or URL parameter to load the property value from')
$editorLink.attr('data-original-title', 'Click to enter the external parameter name to load the property value from')
$editor.find('input').attr('tabindex', -1)
self.toggleCellEditorVisibility($cell, true)
}