Sha256: 2bc01ff4045bcbbcdca43224056e01083789c1c690d13ff3b787e338a9676084

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

function appendNewText(schema)  {
  var newText = " " + schema + " ";
  var para = document.getElementById("q");
  para.value = para.value + newText;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vertica_history-2.1.1 app/assets/javascripts/vertica_history/schema_buttons.js
vertica_history-2.1.0 app/assets/javascripts/vertica_history/schema_buttons.js
vertica_history-2.0.1 app/assets/javascripts/vertica_history/schema_buttons.js
vertica_history-2.0.0 app/assets/javascripts/vertica_history/schema_buttons.js