[view/transform][xs]: move div with css class down one level so that it works in situations even where we pass div in.
This commit is contained in:
@@ -10,8 +10,8 @@ this.recline.View = this.recline.View || {};
|
|||||||
//
|
//
|
||||||
// View (Dialog) for doing data transformations
|
// View (Dialog) for doing data transformations
|
||||||
my.Transform = Backbone.View.extend({
|
my.Transform = Backbone.View.extend({
|
||||||
className: 'recline-transform',
|
|
||||||
template: ' \
|
template: ' \
|
||||||
|
<div class="recline-transform"> \
|
||||||
<div class="script"> \
|
<div class="script"> \
|
||||||
<h2> \
|
<h2> \
|
||||||
Transform Script \
|
Transform Script \
|
||||||
@@ -26,6 +26,7 @@ my.Transform = Backbone.View.extend({
|
|||||||
<h3>Preview</h3> \
|
<h3>Preview</h3> \
|
||||||
<div class="expression-preview-container"></div> \
|
<div class="expression-preview-container"></div> \
|
||||||
</div> \
|
</div> \
|
||||||
|
</div> \
|
||||||
',
|
',
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
|
|||||||
Reference in New Issue
Block a user