Buffalo Souljah feat. Frank Casino - 100 Milli текст песни

Текст песни 100 Milli - Frank Casino , Buffalo Souljah




Goose Khelz got no milli now
But when i get in the game my nickname is Billi Gates
Any thing I can say is blessed dude
Frank Casino got a black book for
Y'all niggas with a whack rap style attitude
Oh yeah I heard the NeWS
Better know am am not him, am GooSe



Авторы: Thabani Ndlovu, Lindokuhle Michael Dube


Buffalo Souljah feat. Frank Casino - Born Again
Альбом Born Again
дата релиза
11-08-2017



Внимание! Не стесняйтесь оставлять отзывы.
//}
  • '); }); $('.wrongtext-textarea').bind('input propertychange', function (e) { let id = $(e.target).attr("row"); console.log("id= " + id); let text = this.value; elem = $('[row="' + id + '"]'); $(elem).each(function (i, el) { console.log(text); $(el).val(text); }); let content = ''; $('.wrongtext-textarea').each(function (eyy, ee) { content = content + $(ee).val(); }) if (content.trim() == '') { $('#some-rows-wrong-button').attr('disabled', true); } else { $('#some-rows-wrong-button').removeAttr('disabled'); } }); }) $('#some-rows-wrong-modal').on('hidden.bs.modal', function (e) { $('li').remove(".list-group-item-action"); }); $('#some-rows-wrong-button').click(function (e) { var attr = $('#some-rows-wrong-button').attr('disabled'); if (typeof attr === typeof undefined && attr !== true) { // проверка того, что кнопка "отправить" активна let arr = new Array(); $('.wrongtext-textarea').each(function (index, element) { arr.push([$(element).attr('row'), $(element).parent().prev('.right-row').text(), $(element).val()]); }); //let arr1 = new Array(); //arr.forEach(function (elem, ind) { // убираются одинаковые строки из массива // let povt = false; // arr1.forEach(function (el) { if (elem[0] == el[0]) { povt = true; } }); // if (elem[1] != "" && elem[2] != "" && povt != true) { // arr1.push(elem); // } //}); //console.log(arr); $.ajax({ type: 'POST', url: '/Content/SomeRowsWrong', data: { id: '13986964', ModelLink: encodeURI('Buffalo-Souljah-feat-Frank-Casino/100-Milli'), SomeWrongRows: encodeURI(JSON.stringify(/*arr1*/arr)) }, success: function (data) { $('#some-rows-wrong-modal').modal('hide'); $('#message-sended').modal('show'); setTimeout(function () { $('#message-sended').modal('hide'); }, 3000); }, error: function (jqXHR, textStatus, errorThrown) { console.log('произошла ошибка'); }, beforeSend: function () { $('#some-rows-wrong-modal').attr('disabled', true); } }); } })