Skip to content

Commit a3de62d

Browse files
Potential fix for code scanning alert no. 36: Unused global variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent af9c038 commit a3de62d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

djangocms_alias/cms_plugins.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
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-
"""
35+
4136

4237

4338
@plugin_pool.register_plugin

0 commit comments

Comments
 (0)