Changeset 1243377
- Timestamp:
- 09/11/2015 01:48:01 PM (11 years ago)
- File:
-
- 1 edited
-
open-graph-rescrape/trunk/js/og-rescrape.admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
open-graph-rescrape/trunk/js/og-rescrape.admin.js
r1243336 r1243377 22 22 var _this = $(this); 23 23 24 var jqxhr = $.post( 25 'https://graph.facebook.com', 26 { 27 id: settings.url, 28 scrape: true 29 }, 24 var jqxhr = $.get( 25 'https://graph.facebook.com/?id=http://jazztips.se/skiva/coincidence&scrape=true', 30 26 function(response) { 31 27
Note: See TracChangeset
for help on using the changeset viewer.