diff --git a/view/view.js b/view/view.js index 5f31cf82..93e23a69 100644 --- a/view/view.js +++ b/view/view.js @@ -64,7 +64,7 @@ steal("jquery").then(function( $ ) { *
$('#bar').before('temp.jaml',{});$('#bar').html('temp.jaml',{});$('#bar').prepend('temp.jaml',{});$('#bar').replaceWidth('temp.jaml',{});$('#bar').replaceWith('temp.jaml',{});$('#bar').text('temp.jaml',{});