Created
March 25, 2013 16:59
-
-
Save mrManner/5238675 to your computer and use it in GitHub Desktop.
De två script som inte finns på fågel-sidan. Verkar inte skumt alls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blocket("@params").extend({ | |
| pdf_location : "http://www2.blocket.se/printad/45979135.pdf", | |
| list_id : "45979135", | |
| ad_id : "45979135", | |
| subject : "Floppydisks", | |
| self_link : "http://www.blocket.se/kristianstad/Floppydisks_45979135.htm?ca=11&w=1", | |
| image : "8537064950.jpg", | |
| image_size : { width: 728, height: 546 } , | |
| price : "144", | |
| store_chain : "", | |
| store_name : "", | |
| cg : "1337", | |
| previous_ads: { | |
| limit : 9, | |
| local_storage_name : "last_viewed_ads", | |
| enabled : "1" | |
| } | |
| }); | |
| jQuery(document).ready(function() { | |
| blocket.apps.common.crop_text(jQuery("#minimedia_list_view_link"), 45); | |
| }); | |
| blocket.apps.view.lendo_calcMonthlyCost('144'); | |
| jQuery(document).ready(function() { | |
| blocket.apps.view.store_previous_visited_ad(); | |
| }); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment