Sha256: 1b4a32a73c810af7738013248726abe664373c1609b07e706eedf07f931fe89c
Contents?: true
Size: 210 Bytes
Versions: 5
Compression:
Stored size: 210 Bytes
Contents
var $cc = $("#ff"); var html_str = "<%= j render_feedback_form %>"; setTimeout(function () { $('#loading').addClass('invis'); setTimeout(function () { $cc.html(html_str); },500); },1000);
Version data entries
5 entries across 5 versions & 1 rubygems