13a 416 Requested Range Not Satisfiable

Requested Range Not Satisfiable

None of the range-specifier values in the Range request-header field overlap the current extent of the selected resource.

0 HTTP/1.1 200 OK Date: Fri, 08 Nov 2024 09:52:22 GMT Server: Apache Vary: User-Agent Last-Modified: Thu, 10 Sep 2015 16:19:48 GMT ETag: "23d-51f66f7cbb100" Accept-Ranges: bytes Content-Length: 573 Keep-Alive: timeout=5, max=99 Connection: Keep-Alive Content-Type: application/javascript //Foundation jQuery(document).ready(function($){ $(document).foundation(); }); //Navigation Toggle jQuery(".toggle.l1").click(function() { $(this).parent('li').toggleClass("expand"); $(this).parent('li').siblings().removeClass("expand"); }); jQuery(".toggle.l2").click(function() { $(this).parent('li').toggleClass("expand"); $(this).parent('li').siblings().removeClass("expand"); }); jQuery(function() { jQuery(".left-off-canvas-menu .toggle").click(function() { jQuery(this).parent('li').toggleClass('expand'); }); });