]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Continued:
[mailer.git] / inc / expression-functions.php
index 65a8acdbd61f17fe49aee8d6d6c0bc64a5e367ce..6b7711efff24b6a54149e20883be3b200cfd502d 100644 (file)
@@ -526,7 +526,7 @@ function doExpressionJquery ($data) {
        } // END - if
 
        // Is there a value?
-       if ($data['callback'] == 'js') {
+       if (!empty($data['value'])) {
                // Then load special library
                $scriptName .= '-' . $data['value'];
        } // END - if