You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
bump @flasher js dependencies to v1.0.16
This commit is contained in:
@@ -17,7 +17,7 @@ class NotyPlugin extends Plugin
|
||||
public function getScripts()
|
||||
{
|
||||
return array(
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-noty@1.0.10/dist/flasher-noty.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-noty@1.0.16/dist/flasher-noty.min.js',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ class NotyfPlugin extends Plugin
|
||||
public function getScripts()
|
||||
{
|
||||
return array(
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-notyf@1.0.10/dist/flasher-notyf.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-notyf@1.0.16/dist/flasher-notyf.min.js',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ class PnotifyPlugin extends Plugin
|
||||
{
|
||||
return array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-pnotify@1.0.10/dist/flasher-pnotify.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-pnotify@1.0.16/dist/flasher-pnotify.min.js',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ class FlasherPlugin extends Plugin
|
||||
*/
|
||||
public function getRootScript()
|
||||
{
|
||||
return 'https://cdn.jsdelivr.net/npm/@flasher/flasher@1.0.10/dist/flasher.min.js';
|
||||
return 'https://cdn.jsdelivr.net/npm/@flasher/flasher@1.0.16/dist/flasher.min.js';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,7 +23,7 @@ class SweetAlertPlugin extends Plugin
|
||||
{
|
||||
return array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-sweetalert@1.0.10/dist/flasher-sweetalert.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-sweetalert@1.0.16/dist/flasher-sweetalert.min.js',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ class ToastrPlugin extends Plugin
|
||||
{
|
||||
return array(
|
||||
'https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-toastr@1.0.10/dist/flasher-toastr.min.js',
|
||||
'https://cdn.jsdelivr.net/npm/@flasher/flasher-toastr@1.0.16/dist/flasher-toastr.min.js',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user