HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/JTent/tentje.com/wwwroot/wp-content/themes/massive-dynamic/assets/js/rtl.js
$(window).on("load",function() {
    "use strict";

    if ($('.top-modern').length) {
        var $this = $('.top-modern ul.icons-pack > li:last-child'),
            color = $this.find('a').css('border-left-color');
        if(color !== undefined){
            var new_color = color.replace(/rgb/i, "rgba");
            new_color = new_color.replace(/\)/i, ',0.3)');
            $this.css('border-right', '1px solid ' + new_color);
        }
    }

});

$(function(){
    $('body').removeClass('rtl').addClass('massive-rtl');
});