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
| { | |
| "accountant": "Бухгалтерские услуги", | |
| "administrative": "Административное учреждение", | |
| "advertising": "Реклама", | |
| "advertising_agency": "Рекламное агентство", | |
| "advertising_billboard": "Биллборд", | |
| "advertising_column": "Колонна", | |
| "advertising_flag": "Флаг", | |
| "advertising_screen": "Экран", | |
| "advertising_sculpture": "Скульптура", |
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
| rm -rf ~/.npm/ | |
| rm -rf node_modules/ | |
| npm cache clean | |
| npm cache clear | |
| npm install |
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
| %s/\r/\r/g |
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
| function isEmbedded () { | |
| try { | |
| return window.self !== window.top; | |
| } catch (e) { | |
| return true; | |
| } | |
| } |
NewerOlder