Jump to content
Korean Random
Sign in to follow this  
FFire

Проблема с заходом на сайт XVM

Recommended Posts

Приветствую всех. Собственно проблема следующая: захожу на  http://www.modxvm.com, нажимаю ВОЙТИ и .... ничего не происходит. Смена браузера не помогла. Подскажите в чем причина?

Share this post


Link to post

Short link
Share on other sites

 

 

Подскажите в чем причина?
 javascript в браузере не блокируется?
ссылка открывается? что там видно?

Share this post


Link to post

Short link
Share on other sites

Ссылка открылась, ХОТЯ и с вопросом.

Содержимое типа:

 

"

(function($) {
    var selectBoxType = 'combobox_with_optgroup';

    $.widget("custom.combobox_with_optgroup", {
        _create: function() {
            $.extend($.ui.menu.prototype.options, {
                items: "> :not(.autocomplete-category)"
            });
            this.wrapper = $("<span>")
                .addClass("combobox")
                .insertAfter(this.element);
            this.element.hide();
            this._createAutocomplete();
            this._createShowAllButton();
        },
        _createAutocomplete: function() {
            var selected = this.element.find(":selected"),
                value = window.xvm.countryName || "";

 

 

...................   и так далее. Много текста непонятного :)

 

Javascript  разрешен.

Share this post


Link to post

Short link
Share on other sites

 

 

Ссылка открылась, ХОТЯ и с вопросом.
 И после этого не стало заходить?

Share this post


Link to post

Short link
Share on other sites

О_о

 

Заработало :heh:  :heh:  :heh: . Премного благодарен!

что я сделал то? Что за ссылка?

Тему можно закрывать :gawi:

Edited by FFire

Share this post


Link to post

Short link
Share on other sites

Добрый день, у меня такая же проблемма. В файрфоксе. и куки чистил. и эту ссылку откывал что дана постом выше! Но ничего не помогает. что делать подскажите не могу залогиниться.

 

по ссылке вылазиет текст:

 

 

(function($) {
    var selectBoxType = 'combobox_with_optgroup';

    $.widget("custom.combobox_with_optgroup", {
        _create: function() {
            $.extend($.ui.menu.prototype.options, {
                items: "> :not(.autocomplete-category)"
            });
            this.wrapper = $("<span>")

 

 

.................

 

_createShowAllButton: function() {
            var input = this.input,
                wasOpen = false;

            $("<a>", { tabIndex: -1, title: "ааОаКаАаЗаАбб баПаИбаОаК" })
                .tooltip()
                .appendTo(this.wrapper)

 

....................

 

 

} else if (playerId < 2500000000) {
                region = 'ASIA';
            } else {
                region = 'KR';
            }

            return region;
        }

        function getImageSrc(flag) {
            return 'http://www.modxvm.com/assets/flags/personal_area/'+ flag + '.png';
        }
    });
})(jQuery);

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...