]> git.mxchange.org Git - friendica.git/commitdiff
attachment preview: some small corrections
authorrabuzarus <rabuzarus@t-online.de>
Sun, 3 Feb 2019 15:26:13 +0000 (16:26 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Sun, 3 Feb 2019 15:26:13 +0000 (16:26 +0100)
mod/parse_url.php
view/js/linkPreview.js
view/theme/frio/css/style.css
view/theme/frio/js/jot.js

index c0a0a1336a9379b730d2d15e8f040d71f64894f9..3b2522ab12fb05184bcd4f54f1af6a85ebbc2c00 100644 (file)
@@ -46,7 +46,7 @@ function parse_url_content(App $a)
                }
        }
 
-       if (isset($_GET['dataType']) && $_GET['dataType'] == 'json') {
+       if (isset($_GET['format']) && $_GET['format'] == 'json') {
                $format = 'json';
        }
 
index 763386f2cf3a8442a634032caab8b30b6f187a00..f2b65a1689086316a7f7ea705f64809fddd2b960 100644 (file)
@@ -3,8 +3,8 @@
  * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)\r
  * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.\r
  * \r
- * Restructured from Rabzuarus (https://friendica.kommune4.de/profile/rabuzarus)\r
- * to use it for the decental social network Friendica (https://friendi.ca).\r
+ * Restructured by Rabzuarus (https://friendica.kommune4.de/profile/rabuzarus)\r
+ * to use it in the decentralized social network Friendica (https://friendi.ca).\r
  * \r
  * Version: 1.4.0\r
  */\r
                 * @returns {void}\r
                 */\r
                var getContentData = function(binurl, callback) {\r
-                       $.get('parse_url?binurl='+ binurl + '&dataType=json', function (answer) {\r
+                       $.get('parse_url?binurl='+ binurl + '&format=json', function (answer) {\r
                                obj = sanitizeInputData(answer);\r
 \r
                                // Put the data into a cache\r
index c26264c4ac53b56807903145689b4a5c939b0b53..69ea1e64f938bb45176e667659fc0b14e2ae06dd 100644 (file)
@@ -1408,7 +1408,7 @@ textarea#profile-jot-text:focus + #preview_profile-jot-text {
     padding: 10px 15px;
 }
 
-/* ACL 
+/* ACL */
 /*#jot-modal-body {
     height: auto;
     max-height: calc(100vh - 130px);
index 08ed6f2215b0898028955b517a9bc5e4b25d733c..d55e5098a28b89c96f9b6cb836ce0c4fbe412d05 100644 (file)
@@ -1,4 +1,4 @@
-// We apptend the linkPreview to a global Variable to make linkPreview
+// We append the linkPreview to a global Variable to make linkPreview
 // accessable on other places. Note: search on other places before you
 // delete or move the variable.
 var linkPreview;