v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-18 07:10:09 -07:00

xpath editor (1)

This commit is contained in:
Alexandr Nesterenko 2017-07-23 13:02:40 -07:00
parent 5f76c3b651
commit 6af7e6d351
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
(function(){
// skip non setup page
if (!document.location.href.match('https?://[^/]+/[^/]+/setup\?.+'))
return;
function init_tool(pathes) {
}
function check_pathes(pathes) {
}
function update_tool_ui(config) {
}
window.ext_tool = {
'init': init_tool,
'check': check_pathes,
'update_ui': update_tool_ui
};
$(document).ready(function(){
});
})();

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB