Sha256: 06dadd38d271c7496b648c151df3dba99f3bdfef969a19033926414b39e44f29
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
<script type = "text/javascript"> $j(document).ready(function(){ $j("#slider_new_<%=count%>").slider({ range: true, animate:true, a_name:'<%=count%>', min:0, max:24, values:[<%=start_hour%>,<%=end_hour%>], slide:function(event, ui){setToolTip(ui.values[0], ui.values[1], "<%=count%>")}, change: function(event, ui){setValue(ui.values[0], ui.values[1], <%=app_id%>, "<%=type%>", "<%=count%>")} }); }); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webroar-0.2.2 | src/admin_panel/app/views/graph/_javascript_partial.html.erb |