Sha256: f74923114bd6b9f38606f3469e063f9a1b29e2a0a3be03c25515cce29a7e47a5
Contents?: true
Size: 338 Bytes
Versions: 10
Compression:
Stored size: 338 Bytes
Contents
(function() { _.extend(scrivito, { path_for_id: function(id) { return '/__scrivito/' + id; }, id_from_path: function(url) { // -- PATCH BEGINS HERE -- var match = /__scrivito\/([a-z0-9]{4,})/.exec(url); // -- PATHC ENDS HERE -- if (match) { return match[1]; } } }); })();
Version data entries
10 entries across 10 versions & 1 rubygems