الفرق بين المراجعتين لصفحة: «مستخدم:Mr. Ibrahem/common.js»

تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
Maintenance: mw:RL/MGU - addOnloadHook is deprecated, Updated deprecated module name
سطر 77:
//إصلاح مشكلة أداة مقترحات العناوين
if ($.inArray(mw.config.get('wgAction'), ['edit', 'submit']) + 1)
mw.loader.using(['jquery.ui.widget', 'jquery.ui.autocomplete', 'jquery.textSelection'], function() {
//enable autocomplete for editbox, relative to editform in an offset of -80 vertical
$("#wpTextbox1").autoCompleteWikiText({
سطر 141:
}
addOnloadHook$(addNewpages);