diff --git a/footer.php b/footer.php index caeac73..94a4e8b 100644 --- a/footer.php +++ b/footer.php @@ -18,6 +18,8 @@ + + diff --git a/result.php b/result.php index bd02406..addaaf8 100644 --- a/result.php +++ b/result.php @@ -1,12 +1,6 @@ '; echo '

' . $message . '

'; @@ -84,6 +78,11 @@ $status = isset( $return['status'] ) ? $return['status'] : ''; $encoded_shorturl = urlencode($shorturl); $encoded_title = urlencode($title); +// Add dependencies +if ( ISQ::$general['clipboard'] ) { + $dependencies[] = 'ZeroClipboard'; +}; + ?>