Sha256: 7fa76361fa601f30a75107f773e9d149b03cff70cc51b8d917823a9a9b799e1f
Contents?: true
Size: 239 Bytes
Versions: 24
Compression:
Stored size: 239 Bytes
Contents
FORGE.features.loading = { // show the loading img in the specified div show: function (div) { $(div).html("<div id='loading'><img src='<%= asset_path('forge/forge-loader.gif') %>' class='loading' /><br/>Loading...</div>"); } }
Version data entries
24 entries across 24 versions & 1 rubygems