mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19034: Fixing javascript meant for Routable
Work Item: 19034 --HG-- branch : 1.x
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//<![CDATA[
|
||||
(function ($) {
|
||||
// grab the slug input
|
||||
var slug = $("#Routable_Slug");
|
||||
var slug = $("#Autoroute_CurrentUrl");
|
||||
if (slug) {
|
||||
// grab the current culture
|
||||
var culture = $("#SelectedCulture");
|
||||
|
Reference in New Issue
Block a user