summaryrefslogtreecommitdiff
path: root/Postman/PostmanViewController.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-26 13:21:06 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-08-26 13:21:06 +0000
commitaeb5cf0276bb7b658997281ba34abf6e69fe17bb (patch)
tree16a8f22e32115fced2607535ae99613fe2e6fa14 /Postman/PostmanViewController.php
parent59be4e796441e494f25b18ece7438dbf02442e47 (diff)
downloadPost-SMTP-aeb5cf0276bb7b658997281ba34abf6e69fe17bb.zip
security + bugs
Diffstat (limited to 'Postman/PostmanViewController.php')
-rw-r--r--Postman/PostmanViewController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php
index 7d5c35d..e41234c 100644
--- a/Postman/PostmanViewController.php
+++ b/Postman/PostmanViewController.php
@@ -121,7 +121,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) {
}
function enqueueHomeScreenStylesheet() {
wp_enqueue_style( PostmanViewController::POSTMAN_STYLE );
- wp_enqueue_script( 'postman_script' );
+ wp_enqueue_script( PostmanViewController::POSTMAN_SCRIPT );
}
/**