Skip to content

Instantly share code, notes, and snippets.

View jakuza's full-sized avatar

Jacopo Romei jakuza

View GitHub Profile
var base_edit_url = "{{ path('admin_sandbox_main_editablestaticcontent_edit', { 'id': "%%ID%%" }) }}";
var edit_url = base_edit_url.replace("%%ID%%", data.rslt.obj.attr("id"));
window.location = edit_url;
$(function() {
// Create the chart
$('#container').highcharts('StockChart', {
rangeSelector : {
inputEnabled: $('#container').width() > 480,
selected : 2
},