Hormold

VK Change (#1355676227)

Dec 16th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 18.71 KB | None | 0 0
  1. Файл - page.js:
  2. различия невозможно определить в SWF файлах.
  3. Файл - page.css:
  4. различия невозможно определить в SWF файлах.
  5. Файл - im.css:
  6. 806.  -   margin-right: 2px;
  7. 807.  +   margin-right: 4px;
  8. 928.  -   padding: 6px 0 0 5px;
  9. 929.  +   padding: 6px 0 0 3px;
  10. 1020.  -   padding: 4px 20px 4px 20px;
  11. 1021.  +   padding: 5px 20px 4px 20px;
  12. 1023.  -   height: 15px;
  13. 1024.  -   line-height: 15px;
  14. 1025.  +   height: 14px;
  15. 1026.  +   line-height: 1.27em;
  16. 1028.  - }
  17. 1029.  - #im_filter::-webkit-input-placeholder {
  18. 1030.  -   padding: 0 2px;
  19. 1031.  - }
  20. 1032.  - #im_filter:moz-input-placeholder {
  21. 1033.  -   padding: 0 2px;
  22. 1034.  - }
  23. 1035.  - #im_filter_out .input_back_content {
  24. 1036.  -   height: 15px;
  25. 1037.  -   line-height: 15px;
  26. 1531.  -   width: 328px;
  27. 1532.  +   width: 330px;
  28. 1534.  -   padding: 3px 25px 3px 3px;
  29. 1535.  +   padding: 3px 23px 3px 3px;
  30. 1892.  - }
  31. 1893.  - #im_rcemoji {
  32. 1894.  -   width: 400px;
  33. 1895.  - }
  34. 1896.  - .im_rc_emojibtn {
  35. 1897.  -   display: inline-block;
  36. 1898.  -   *display: block;
  37. 1899.  -   zoom: 1;
  38. 1900.  -   padding: 3px 3px;
  39. 1901.  - }
  40. 1902.  - .im_rc_emojibtn:hover {
  41. 1903.  -   background: #D5DDE5;
  42. 1904.  -   text-decoration: none;
  43. 1905.  -   -webkit-border-radius: 2px;
  44. 1906.  -   -khtml-border-radius: 2px;
  45. 1907.  -   -moz-border-radius: 2px;
  46. 1908.  -   border-radius: 2px;
  47. 1909.  - }
  48. 1910.  - .im_rc_emojibtn:active {
  49. 1911.  -   background: #C9D2DB;
  50. 1912.  - }
  51. 1913.  - .im_rcem_cont {
  52. 1914.  -   width: 156px;
  53. 1915.  -   overflow: hidden;
  54. 1916.  -   padding: 1px 0px 0px 4px;
  55. 1917.  - }
  56. 1918.  - .im_peer_multi .im_rcem_cont {
  57. 1919.  -   width: 134px;
  58. ------
  59. Файл - im.js:
  60. различия невозможно определить в SWF файлах.
  61. Файл - feed.js:
  62. 721.  -         if (!(params.sort = intval(cur.searchSortMenu && cur.searchSortMenu.val()))) {
  63. 722.  -           delete params.sort;
  64. 723.  -         }
  65. 771.  -     var feedBar = ge('feed_bar'),
  66. 772.  -         curSection = cur.section,
  67. 773.  -         curTopTab = 'news',
  68. 774.  +     var curTopTab = 'news',
  69. 776.  -         curTab, newTab;
  70. 777.  -
  71. 778.  -     if (from >= 2 && newSection == cur.section) {
  72. 779.  -       curSection = cur.prevSection || cur.section;
  73. 780.  -     }
  74. 781.  -     if (curSection == 'search') {
  75. 782.  -       curTab = 'news';
  76. 783.  -     } else if (curSection == 'articles_search') {
  77. 784.  -       curTab = 'articles';
  78. 785.  -     } else {
  79. 786.  -       curTab = curSection || '';
  80. 787.  -     }
  81. 788.  -
  82. 789.  -     if (newSection == 'search') {
  83. 790.  -       newTab = 'news';
  84. 791.  -     } else if (newSection == 'articles_search') {
  85. 792.  -       newTab = 'articles';
  86. 793.  -     } else {
  87. 794.  -       newTab = newSection || '';
  88. 795.  -     }
  89. 796.  -     // debugLog('set section', from, curTab, newTab);
  90. 797.  +         curTabEl = geByClass1('feed_tab_' + cur.section);
  91. 802.  +       case 'photos':
  92. 803.  +       case 'recommended':
  93. 806.  -       case 'articles':
  94. 807.  -       case 'articles_search':
  95. 808.  -         curTopTab = 'custom';
  96. 809.  -         break
  97. 810.  -       case 'notifications':
  98. 811.  -         curTopTab = 'notifications';
  99. 812.  -         break;
  100. 813.  -
  101. 814.  +       case 'articles': curTopTab = 'custom'; break
  102. 815.  +       case 'notifications': curTopTab = 'notifications'; break;
  103. 818.  +       case 'articles_search':
  104. 819.  +       case 'search': curTopTab = 'search'; break;
  105. 824.  +       case 'photos':
  106. 825.  +       case 'recommended':
  107. 828.  -       case 'articles':
  108. 829.  +       case 'articles':newTopTab = 'custom'; break
  109. 830.  +       case 'notifications': newTopTab = 'notifications'; break;
  110. 831.  +       case 'owner': newTopTab = 'owner'; break;
  111. 832.  +       case 'source': newTopTab = 'source'; break;
  112. 834.  -         newTopTab = 'custom';
  113. 835.  -         break
  114. 836.  -
  115. 837.  -       case 'notifications':
  116. 838.  -         newTopTab = 'notifications';
  117. 839.  -         break;
  118. 840.  -
  119. 841.  -       case 'owner':
  120. 842.  -         newTopTab = 'owner';
  121. 843.  -         break;
  122. 844.  -
  123. 845.  -       case 'source':
  124. 846.  -         newTopTab = 'source';
  125. 847.  -         break;
  126. 848.  +       case 'search': newTopTab = 'search'; break;
  127. 850.  -
  128. 851.  -     var curTabEl = curTab && curTab != newTab && geByClass1('feed_tab_' + curTab, feedBar, 'div');
  129. 852.  -         newTabEl = newTab && geByClass1('feed_tab_' + newTab, feedBar, 'div');
  130. 853.  -
  131. 854.  -     // debugLog('replace old', curTabEl, debugEl(curTabEl));
  132. 855.  -     curTabEl && replaceClass(curTabEl, 'summary_tab_sel', 'summary_tab');
  133. 856.  -     // debugLog('replace new', newTabEl, debugEl(newTabEl));
  134. 857.  -     newTabEl && replaceClass(newTabEl, 'summary_tab', 'summary_tab_sel');
  135. 859.  -     // debugLog(curTopTab, newTopTab, from);
  136. 875.  -
  137. 876.  -       toggle('feed_news_bar', newTopTab == 'news');
  138. 877.  -       toggle('feed_custom_bar', newTopTab == 'custom');
  139. 878.  -       toggle('feed_search_bar', newTopTab == 'news' || inArray(newSection, ['articles_search', 'articles', 'notifications']));
  140. 879.  -       toggleClass('feed_search_bar', 'fl_r', newTopTab == 'custom');
  141. 880.  -       toggleClass('feed_search_bar', 'fl_l', newTopTab != 'custom');
  142. 881.  +       toggle('feed_form_toggler', newTopTab == 'news' || newSection == 'articles' || newTopTab == 'search');
  143. 882.  +       feed.toggleSearchForm(false, newTopTab != 'search', !newSection.indexOf('articles'));
  144. 883.  +       hide('feed_custom_bar', 'feed_news_bar');
  145. 884.  +       switch (newTopTab) {
  146. 885.  +         case 'custom':
  147. 886.  +         case 'search':
  148. 887.  +           show('feed_' + newTopTab + '_bar'); break;
  149. 888.  +         default:
  150. 889.  +           show('feed_news_bar');
  151. 890.  +           if (cur.onFeedBarShow) cur.onFeedBarShow();
  152. 891.  +       }
  153. 893.  -
  154. 894.  -     toggleClass('feed_bar', 'feed_bar_extended_search', newSection == 'search');
  155. 895.  -
  156. 897.  -       var topTabEl = ge('feedtab_custom'),
  157. 898.  -           topTabLabel = geByClass1('tab_word', topTabEl),
  158. 899.  -           topTabLink = geByTag1('a', topTabEl);
  159. 900.  -
  160. 901.  -       if (newTabEl) {
  161. 902.  -         val(topTabLabel, val(geByTag1('nobr', newTabEl)));
  162. 903.  -       }
  163. 904.  -       if (topTabLink) {
  164. 905.  -         topTabLink.onmousedown = function (event) {
  165. 906.  +       val(geByClass1('tab_word', ge('feedtab_custom')), val(geByTag1('nobr', geByClass1('feed_tab_' + newSection))));
  166. 907.  +       var topLink = geByTag1('a', ge('feedtab_custom'));
  167. 908.  +       if (topLink) {
  168. 909.  +         topLink.onmousedown = function (event) {
  169. 912.  -         topTabLink.href = '/feed?section=' + newSection;
  170. 913.  +         topLink.href = '/feed?section=' + newSection;
  171. 918.  -       Feed.searchReset();
  172. 919.  +       val('feed_search', '');
  173. 921.  -
  174. 922.  +     curTabEl && replaceClass(curTabEl, 'summary_tab_sel', 'summary_tab');
  175. 929.  -
  176. 930.  +     curTabEl = geByClass1('feed_tab_' + cur.section);
  177. 931.  +     curTabEl && replaceClass(curTabEl, 'summary_tab', 'summary_tab_sel');
  178. 939.  -     toggle('feed_search_sort', newSection == 'search');
  179. 943.  -
  180. 944.  -     if (newSection == 'search' && !cur.searchSortMenu) {
  181. 945.  -       Feed.initUi();
  182. 946.  -     }
  183. 999.  -       Feed.searchUpdate();
  184. 1042.  -     Feed.applyUi();
  185. 1195.  -       Feed.searchUpdate();
  186. 1204.  -     var loadCb = inArray(cur.section, ['comments', 'photos', 'search', 'articles_search']) ? false : feed.onLocalTabLoad;
  187. 1205.  +     var loadCb = inArray(cur.section, ['comments', 'photos']) ? false : feed.onLocalTabLoad;
  188. 1210.  -     // debugLog('local tab load', content);
  189. 1295.  +   },
  190. 1296.  +   toggleSearchForm: function (fire, on, articles) {
  191. 1297.  +     if (articles === undefined) {
  192. 1298.  +       articles = cur.section == 'articles' || cur.section == 'articles_search';
  193. 1299.  +     }
  194. 1300.  +     if (on === undefined) {
  195. 1301.  +       on = !isVisible('feed_nosearch_bar');
  196. 1302.  +     }
  197. 1303.  +     if (fire && on && articles) {
  198. 1304.  +       feed.switchSection('articles');
  199. 1305.  +       return;
  200. 1306.  +     }
  201. 1307.  +     toggle('feed_nosearch_bar', on);
  202. 1308.  +     toggle('feed_search_bar', !on);
  203. 1309.  +     if (fire) {
  204. 1310.  +       if (on) {
  205. 1311.  +         show(articles ? 'feed_custom_bar' : 'feed_news_bar');
  206. 1312.  +       } else {
  207. 1313.  +         elfocus('feed_search')
  208. 1314.  +       }
  209. 1315.  +     }
  210. 1316.  +     val('feed_form_toggler', getLang(on ? 'news_switch_to_search' : (articles ? 'news_switch_to_articles' : 'feed_add_post')));
  211. 1940.  -   },
  212. 1941.  -   searchPreloadExtended: function () {
  213. 1942.  -     if (cur.feedSearchExtendedLoaded || cur.feedSearchExtendedPreloaded) {
  214. 1943.  -       return false;
  215. 1944.  -     }
  216. 1945.  -     cur.feedSearchExtendedPreloaded = true;
  217. 1946.  -     ajax.post('al_feed.php', {act: 'a_get_search_extended'}, {cache: 1});
  218. 1947.  -   },
  219. 1948.  -   searchToggleExtended: function (enabled) {
  220. 1949.  -     if (cur.feedSearchExtendedLoaded || !enabled) {
  221. 1950.  -       toggle('feed_search_extform', enabled);
  222. 1951.  -       return;
  223. 1952.  -     }
  224. 1953.  -     ajax.post('al_feed.php', {act: 'a_get_search_extended'}, {
  225. 1954.  -       stat: ['ui_controls.css', 'ui_controls.js'],
  226. 1955.  -       progress: ge('feed_progress'),
  227. 1956.  -       cache: 1,
  228. 1957.  -       onDone: function (html, js) {
  229. 1958.  -         cur.feedSearchExtendedLoaded = true;
  230. 1959.  -         val('feed_search_extform', html);
  231. 1960.  -         show('feed_search_extform');
  232. 1961.  -         eval(js);
  233. 1962.  -       }
  234. 1963.  -     });
  235. 1964.  -   },
  236. 1965.  -   searchAppendTag: function (tag, pattern, nosubmit) {
  237. 1966.  -     if (!trim(tag) && !pattern) {
  238. 1967.  -       return;
  239. 1968.  -     }
  240. 1969.  -     var text = val('feed_search');
  241. 1970.  -     try {
  242. 1971.  -       text = text.replace(pattern || new RegExp('(^|\\s)' + tag + '(\\s|$)', 'i'), ' ');
  243. 1972.  -     } catch (e) {};
  244. 1973.  -     text += ' ' + tag + ' ';
  245. 1974.  -     text = text.replace(/\s{2,}/g, ' ').replace(/^\s+/, '');
  246. 1975.  -     val('feed_search', text);
  247. 1976.  -     if (trim(text).length && !nosubmit) {
  248. 1977.  -       Feed.switchSearch();
  249. 1978.  -     }
  250. 1979.  -     Feed.searchUpdate();
  251. 1980.  -   },
  252. 1981.  -   searchUnchooseGeoPoint: function () {
  253. 1982.  -     var map = ge('feed_searchext_map'),
  254. 1983.  -         x = ge('feed_searchext_map_delete_wrap');
  255. 1984.  -
  256. 1985.  -     removeClass(map, 'feed_searchext_map_selected');
  257. 1986.  -     setStyle(map, {background: ''});
  258. 1987.  -     x && x.tt && x.tt.hide && x.tt.hide();
  259. 1988.  -     Feed.searchAppendTag('', /near:[0-9\.,\-\+]+/);
  260. 1989.  -   },
  261. 1990.  -   searchChooseGeoPoint: function () {
  262. 1991.  -     var params = {act: 'a_choose_place_box', search: 1},
  263. 1992.  -         text = val('feed_search'),
  264. 1993.  -         currentPointMatches = text.match(/near\:(\-?\d{1,3}(?:\.\d+)?)\,(\-?\d{1,3}(?:\.\d+)?)(\+{0,4})/);
  265. 1994.  -
  266. 1995.  -     if (currentPointMatches) {
  267. 1996.  -       params.lat = floatval(currentPointMatches[1]);
  268. 1997.  -       params.lon = floatval(currentPointMatches[2]);
  269. 1998.  -       params.zoom = [8, 11, 14, 17, 20][(currentPointMatches[3] || '').length]
  270. 1999.  -     }
  271. 2000.  -     showBox('al_places.php', params, {dark: 1});
  272. 2001.  -     cur.chooseGeoPoint = function (lat, lon, zoom) {
  273. 2002.  -       var num = 0;
  274. 2003.  -       each([8, 11, 14, 17, 20], function (k, zoomLevel) {
  275. 2004.  -         if (zoom <= zoomLevel) {
  276. 2005.  -           return false;
  277. 2006.  -         }
  278. 2007.  -         num = k;
  279. 2008.  -       });
  280. 2009.  -       boxQueue.hideLast();
  281. 2010.  -       var postfix = (new Array(num + 1)).join('+');
  282. 2011.  -       var mult = Math.pow(10, 10);
  283. 2012.  -       lat = Math.round(lat * mult) / mult;
  284. 2013.  -       lon = Math.round(lon * mult) / mult;
  285. 2014.  -
  286. 2015.  -       var map = ge('feed_searchext_map');
  287. 2016.  -       addClass(map, 'feed_searchext_map_selected');
  288. 2017.  -       setStyle(map, {
  289. 2018.  -         background: 'url(//maps.googleapis.com/maps/api/staticmap?center='+lat+','+lon+'&zoom='+zoom+'&size='+(window.devicePixelRatio >= 2 ? '260x160' : '130x80')+'&sensor=false)'
  290. 2019.  -       });
  291. 2020.  -       Feed.searchAppendTag('near:' + lat + ',' + lon + postfix, /near:[0-9\.,\-\+]+/);
  292. 2021.  -     };
  293. 2022.  -   },
  294. 2023.  -   searchChooseFilter: function (filter, item) {
  295. 2024.  -     var uiDropdown;
  296. 2025.  -     switch (filter) {
  297. 2026.  -       case 'type':
  298. 2027.  -         uiDropdown = cur.uiSearchPostType; break;
  299. 2028.  -       case 'has':
  300. 2029.  -         uiDropdown = cur.uiSearchPostAttach; break;
  301. 2030.  -       case 'likes':
  302. 2031.  -         uiDropdown = cur.uiSearchPostLikes; break;
  303. 2032.  -
  304. 2033.  -       default: return false;
  305. 2034.  -     }
  306. 2035.  -     var sel = (uiDropdown.selectedItems() || [])[0];
  307. 2036.  -
  308. 2037.  -     Feed.searchAppendTag(sel && intval(sel[0]) ? (filter + ':' + (sel[3] || sel[0])) : '', new RegExp(filter + ':' + '[\\S]+', 'g'));
  309. 2038.  -   },
  310. 2039.  -   searchExcludeOnChange: function (input, nosubmit) {
  311. 2040.  -     var exclude = trim(val(input));
  312. 2041.  -     if (!exclude) {
  313. 2042.  -       return false;
  314. 2043.  -     }
  315. 2044.  -     var words = trim(exclude).split(/[\s\,\.\/\!\@\#\$\%\^\&\*\(\)\-\=\:\~\;\'\"\|\}\{\+]+/),
  316. 2045.  -         len = words.length,
  317. 2046.  -         newTag = len > 0 && ('-' + words.join(' -')) || '';
  318. 2047.  -
  319. 2048.  -     Feed.searchAppendTag(newTag, /(?:\s|^)\-\S+/g, nosubmit);
  320. 2049.  -   },
  321. 2050.  -   searchUrlOnChange: function (fromTooltip) {
  322. 2051.  -     var urlMatches = (val('feed_searchext_link') || '').match(urlInactiveExp),
  323. 2052.  -         newTag = '';
  324. 2053.  -
  325. 2054.  -     if (urlMatches) {
  326. 2055.  -       var url = urlMatches[4] + (urlMatches[5] || ''),
  327. 2056.  -           domain = urlMatches[4],
  328. 2057.  -           newTag = radioBtns.feed_searchext_domain.val ? ('domain:' + domain) : ('url:' + url);
  329. 2058.  -     }
  330. 2059.  -     Feed.searchAppendTag(newTag, cur.feedSearchPrevLinkTag);
  331. 2060.  -     cur.feedSearchPrevLinkTag = newTag;
  332. 2061.  -
  333. 2062.  -     if (fromTooltip) {
  334. 2063.  -       elfocus('feed_searchext_link');
  335. 2064.  -     }
  336. 2065.  -   },
  337. 2066.  -   searchContentOnChange: function () {
  338. 2067.  -     var urlMatches = (val('feed_searchext_content') || '').match(urlInactiveExp),
  339. 2068.  -         domainMatches = urlMatches && urlMatches[4].match(/(^|\.|\/\/)vkontakte\.ru|vk\.com/),
  340. 2069.  -         mediaMatches = domainMatches && urlMatches[5].match(/(?:#(photo)|^\/(photo|video|album|page|audio|wall)|z=(album|photo|video)|w=(page|wall))(-?\d+_)?(\d+)(?:\?reply=(\d+))?$/),
  341. 2070.  -         newTag = '';
  342. 2071.  -
  343. 2072.  -     if (mediaMatches) {
  344. 2073.  -       var mediaType = mediaMatches[1] || mediaMatches[2] || mediaMatches[3] || mediaMatches[4],
  345. 2074.  -           mediaID = mediaMatches[5] + (mediaMatches[7] || mediaMatches[6]),
  346. 2075.  -           newTag = 'copy:' + mediaType + mediaID;
  347. 2076.  -     }
  348. 2077.  -     Feed.searchAppendTag(newTag, /copy\:\S+/);
  349. 2078.  -   },
  350. 2079.  -   searchUpdate: function () {
  351. 2080.  -     toggle('feed_query_reset', trim(val('feed_search')));
  352. 2081.  -   },
  353. 2082.  -   searchClickOutside: function (event) {
  354. 2083.  -     if (val('feed_search') || !hasClass('feed_bar', 'feed_bar_extended_search') || isChecked('feed_search_extended_checkbox')) {
  355. 2084.  -       return;
  356. 2085.  -     }
  357. 2086.  -     removeClass('feed_bar', 'feed_bar_extended_search');
  358. 2087.  -   },
  359. 2088.  -   searchReset: function () {
  360. 2089.  -     val('feed_search', '');
  361. 2090.  -     removeClass('feed_bar', 'feed_bar_extended_search');
  362. 2091.  -     each ([cur.uiSearchPostType, cur.uiSearchPostAttach, cur.uiSearchPostLikes], function () {
  363. 2092.  -       this.val(0);
  364. 2093.  -     });
  365. 2094.  -     each(['feed_searchext_exclude', 'feed_searchext_link', 'feed_searchext_content'], function (k, input) {
  366. 2095.  -       val(input, '');
  367. 2096.  -     });
  368. 2097.  -     Feed.searchUnchooseGeoPoint();
  369. 2098.  -     Feed.searchUpdate();
  370. 2099.  -     Feed.switchSection('news');
  371. 2101.  -
  372. 2127.  -         // debugLog(onBeforeReplace, options, rows.length, js);
  373. 2129.  -         if (window.tooltips) tooltips.destroyAll(ge('feed_rows'));
  374. 2130.  +         if (window.tooltips) tooltips.destroyAll();
  375. 2166.  -         hide('feed_menu_toggle', 'feed_edit_hidden', 'feed_search_sort');
  376. 2167.  +         hide('feed_menu_toggle', 'feed_edit_hidden');
  377. 2185.  -       addEvent(searchEl, 'focus', function (e) {
  378. 2186.  +       var tmp = function () {
  379. 2188.  -         removeEvent(searchEl, 'focus', arguments.callee);
  380. 2189.  -       });
  381. 2190.  +         removeEvent(searchEl, 'focus', tmp);
  382. 2191.  +       };
  383. 2192.  +       addEvent(searchEl, 'focus', tmp);
  384. 2194.  -
  385. 2195.  -     addEvent(searchEl, 'keydown focus', function (e) {
  386. 2196.  -       if (e.type == 'focus') {
  387. 2197.  -         addClass('feed_bar', 'feed_bar_extended_search');
  388. 2198.  -         return;
  389. 2199.  -       }
  390. 2200.  +     addEvent(searchEl, 'keydown', function (e) {
  391. 2213.  -       setTimeout(Feed.searchUpdate, 0);
  392. 2222.  +       fullPostHeight: 50,
  393. 2223.  +       emptyPostheight: 24,
  394. 2293.  -         toggle('feed_search_sort', cur.section == 'search');
  395. 2319.  -         feed.switchSearch(changed.q, !(changed.section || '').indexOf('articles'));
  396. 2320.  +         feed.switchSearch(changed.q, !changed.section.indexOf('articles'));
  397. 2337.  +     WallUpload.preinit();
  398. 2351.  -         removeEvent(document, 'click', Feed.searchClickOutside);
  399. 2356.  -     var _a = window.audioPlayer,
  400. 2357.  -         aid = currentAudioId();
  401. 2358.  +     var _a = window.audioPlayer, aid = currentAudioId();
  402. 2379.  -     addEvent(document, 'click', Feed.searchClickOutside);
  403. 2382.  -     cur.searchSortMenu = new DropdownMenu(cur.options.search_sorts, {
  404. 2383.  -       target: ge('feed_search_sort_dd'),
  405. 2384.  -       onSelect: function (e) {
  406. 2385.  -         feed.switchSection('search')
  407. 2386.  -       },
  408. 2387.  -       fadeSpeed: 0
  409. 2388.  -     });
  410. 2389.  -
  411. 2394.  -   },
  412. 2395.  -   applyUi: function () {
  413. 2396.  -     debugLog('apply ui');
  414. 2397.  -     if (!cur.searchSortMenu) return;
  415. 2398.  -     cur.searchSortMenu.setOptions({title: cur.search_sort[1]});
  416. 2399.  -     cur.searchSortMenu.value = cur.search_sort[0];
  417. 2400.  -     val('feed_search_sort_dd', cur.search_sort[1].replace(/\s+/g, '&nbsp;'));
  418. 2479.  -     return false;
  419. 2491.  -     this.resultList.style.width = this.resultListShadow.style.width = resultContainer.style.width = '273px';
  420. 2492.  +     this.resultList.style.width = this.resultListShadow.style.width = resultContainer.style.width = '230px';
  421. 2512.  -             if (self.currentTerm === term) self.showSelectList(term, data);
  422. 2513.  +             if (self.currentTerm == term) self.showSelectList(term, data);
  423. 2519.  -       clearTimeout(cur.requestTimeout);
  424. 2520.  -       delete self.currentTerm;
  425. 2549.  -     return false;
  426. ------
  427. Файл - places.js:
  428. изменений не найденно.
  429. Файл - places.css:
  430. 87.  -   padding: 12px 16px 12px 20px;
  431. 88.  +   padding: 12px 5px 12px 20px;
  432. 92.  -   width: 335px;
  433. 93.  +   width: 510px;
  434. 107.  - }
  435. 108.  - .choose_map_controls_text {
  436. 109.  -   padding: 0 20px;
  437. 110.  -   line-height: 25px;
  438. 471.  - }
  439. 472.  - .place_search_bar .summary_tab_sel {
  440. 473.  -   padding: 0px;
  441. 474.  - }
  442. 475.  - .places_provider_switcher {
  443. 476.  -   padding: 0px;
  444. 477.  -   margin: 2px 4px 0px 4px;
  445. ------
Advertisement
Add Comment
Please, Sign In to add comment