Sha256: 769ac18acfac8e5ddce2144dc019cee0366f6f3766c3c003ccbd88ca468645a3

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

$('#objects-container').html("#{j render 'listing', objects: @objects}");
$('#objects-container').css('opacity', '0');
$('#spinner2').css('display', 'block');
var request = $.ajax({url: "/admin/scripts", method: "get", dataType: "html"});
request.done(function(msg){$('#spinner2').css('display', 'none');$('#objects-container').css('opacity', '1');});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.0.3 installer/core/app/views/admin/scripts/reload.js.haml
keppler-2.0.2 installer/core/app/views/admin/scripts/reload.js.haml
keppler-2.0.1 installer/core/app/views/admin/scripts/reload.js.haml
keppler-2.0.0 installer/core/app/views/admin/scripts/reload.js.haml