Skip to content

Commit 6a2092d

Browse files
committed
Merge branch 'fix/modal' of github.com:django-cms/djangocms-alias into fix/modal
2 parents 815c6e5 + 125bb28 commit 6a2092d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

djangocms_alias/cms_plugins.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
]
3333

3434

35-
JAVASCRIPT_SUCCESS_RESPONSE = """<html>
36-
<body class="cms-close-frame">
37-
<div><div class="messagelist">
38-
<div class="success"></div>
39-
</div></div>
40-
"""
41-
42-
4335
@plugin_pool.register_plugin
4436
class Alias(CMSPluginBase):
4537
name = _("Alias")

0 commit comments

Comments
 (0)